Class VertexArray.Emulated
java.lang.Object
com.mojang.renderpearl.backend.opengl.VertexArray
com.mojang.renderpearl.backend.opengl.VertexArray.Emulated
- All Implemented Interfaces:
UncheckedAutoCloseable, AutoCloseable
- Enclosing class:
VertexArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]private final int[]private final int[]private final int[]private final int[]private final int[]private final boolean[]private final boolean[]Fields inherited from class VertexArray
vertexArrayId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEmulated(GlProgram program, BackendRenderPipeline.CreateInfo createInfo) -
Method Summary
Methods inherited from class VertexArray
close, createSource
-
Field Details
-
bufferStride
private final int[] bufferStride -
bufferDivisor
private final int[] bufferDivisor -
bufferIndex
private final int[] bufferIndex -
channelCount
private final int[] channelCount -
glType
private final int[] glType -
isInteger
private final boolean[] isInteger -
isNormalized
private final boolean[] isNormalized -
elementOffset
private final int[] elementOffset
-
-
Constructor Details
-
Emulated
-
-
Method Details
-
bind
- Specified by:
bindin classVertexArray
-