Package com.mojang.blaze3d.opengl
Class VertexArrayCache
java.lang.Object
com.mojang.blaze3d.opengl.VertexArrayCache
- Direct Known Subclasses:
VertexArrayCache.Emulated
,VertexArrayCache.Separate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
bindVertexArray
(VertexFormat p_410748_, GlBuffer p_410565_) static VertexArrayCache
create
(org.lwjgl.opengl.GLCapabilities p_410150_, GlDebugLabel p_410596_, Set<String> p_411102_)
-
Constructor Details
-
VertexArrayCache
public VertexArrayCache()
-
-
Method Details
-
create
public static VertexArrayCache create(org.lwjgl.opengl.GLCapabilities p_410150_, GlDebugLabel p_410596_, Set<String> p_411102_) -
bindVertexArray
-