Interface Uploadable
- All Known Implementing Classes:
DebugRectRenderObject
,IRectRenderObject
,OutlineRenderObject
,RectRenderObject
,RenderObject
,StaticCPUBuffer
,StaticGPUBuffer
,TextCharRenderObject
,TextRenderObject
,TexturedRectRenderObject
,UploadableChar
,UploadableDebugRect
,UploadableOutline
,UploadableRect
public interface Uploadable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Uploadable[]
static final StructLayout
static final ValueLayout
static final StructLayout
static final ValueLayout
static final StructLayout
-
Method Summary
Modifier and TypeMethodDescriptionint
size()
The number of bytes that this consumer will provide the sink with uponuploadTo(Sink)
.void
default void
uSpecUploadAtUnchecked
(ViaIntermediateBuffer buffer, long offset)
-
Field Details
-
EMPTY_ARRAY
-
POSITION_LAYOUT
-
UV_LAYOUT
-
POSITION_PACKED_LAYOUT
-
UV_PACKED_LAYOUT
-
VERTEX_LAYOUT
-
-
Method Details
-
size
int size()The number of bytes that this consumer will provide the sink with uponuploadTo(Sink)
. -
uploadTo
-
uSpecUploadAtUnchecked
-