Class VertexArrayCache.Emulated
java.lang.Object
com.mojang.blaze3d.opengl.VertexArrayCache
com.mojang.blaze3d.opengl.VertexArrayCache.Emulated
- Enclosing class:
VertexArrayCache
-
Nested Class Summary
Nested classes/interfaces inherited from class VertexArrayCache
VertexArrayCache.VertexArray -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<VertexFormat, VertexArrayCache.VertexArray> private final GlDebugLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindVertexArray(VertexFormat format, @Nullable GlBuffer vertexBuffer) private static voidsetupCombinedAttributes(VertexFormat format, boolean enable) Methods inherited from class VertexArrayCache
create
-
Field Details
-
cache
-
debugLabels
-
-
Constructor Details
-
Emulated
-
-
Method Details
-
bindVertexArray
- Specified by:
bindVertexArrayin classVertexArrayCache
-
setupCombinedAttributes
-