Class InstanceAssemblerComponent
java.lang.Object
dev.engine_room.flywheel.backend.compile.component.InstanceAssemblerComponent
- All Implemented Interfaces:
SourceComponent
- Direct Known Subclasses:
BufferTextureInstanceComponent,SsboInstanceComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract GlslExpraccess(int uintOffset) protected abstract voidgenerateUnpacking(GlslBuilder builder) Collection<? extends SourceComponent> included()source()protected GlslExprunpackElement(Layout.Element element) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.engine_room.flywheel.backend.glsl.SourceComponent
name
-
Field Details
-
STRUCT_NAME
- See Also:
-
UNPACK_FN_NAME
- See Also:
-
UNPACK_ARG
- See Also:
-
layout
-
-
Constructor Details
-
InstanceAssemblerComponent
-
-
Method Details
-
included
- Specified by:
includedin interfaceSourceComponent
-
source
- Specified by:
sourcein interfaceSourceComponent
-
generateUnpacking
-
access
-
unpackElement
-