Package com.mojang.blaze3d.opengl
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 com.mojang.blaze3d.opengl.VertexArrayCache
VertexArrayCache.Emulated, VertexArrayCache.Separate, VertexArrayCache.VertexArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<VertexFormat, VertexArrayCache.VertexArray> private final GlDebugLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindVertexArray
(VertexFormat p_410490_, GlBuffer p_410612_) private static void
setupCombinedAttributes
(VertexFormat p_409981_, boolean p_410588_) Methods inherited from class com.mojang.blaze3d.opengl.VertexArrayCache
create
-
Field Details
-
cache
-
debugLabels
-
-
Constructor Details
-
Emulated
-
-
Method Details
-
bindVertexArray
- Specified by:
bindVertexArray
in classVertexArrayCache
-
setupCombinedAttributes
-