Class VertexArray.Separate
java.lang.Object
com.mojang.renderpearl.backend.opengl.VertexArray
com.mojang.renderpearl.backend.opengl.VertexArray.Separate
- All Implemented Interfaces:
UncheckedAutoCloseable, AutoCloseable
- Enclosing class:
VertexArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final int[]Fields inherited from class VertexArray
vertexArrayId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSeparate(GlProgram program, BackendRenderPipeline.CreateInfo createInfo) -
Method Summary
Methods inherited from class VertexArray
close, createSource
-
Field Details
-
needsMesaWorkaround
private final boolean needsMesaWorkaround -
strides
private final int[] strides
-
-
Constructor Details
-
Separate
-
-
Method Details
-
bind
- Specified by:
bindin classVertexArray
-