Class VertexArrayCache
java.lang.Object
com.mojang.blaze3d.opengl.VertexArrayCache
- Direct Known Subclasses:
VertexArrayCache.Emulated, VertexArrayCache.Separate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidbindVertexArray(VertexFormat format, @Nullable GlBuffer vertexBuffer) static VertexArrayCachecreate(org.lwjgl.opengl.GLCapabilities capabilities, GlDebugLabel debugLabels, Set<String> enabledExtensions)
-
Constructor Details
-
VertexArrayCache
public VertexArrayCache()
-
-
Method Details
-
create
public static VertexArrayCache create(org.lwjgl.opengl.GLCapabilities capabilities, GlDebugLabel debugLabels, Set<String> enabledExtensions) -
bindVertexArray
-