Uses of Enum Class
net.minecraft.client.gl.GlUsage
-
Uses of GlUsage in net.minecraft.client.gl
Modifier and TypeFieldDescriptionprivate final GlUsage
GpuBuffer.usage
private final GlUsage
VertexBuffer.usage
Modifier and TypeMethodDescriptionstatic GlUsage
Returns the enum constant of this class with the specified name.static GlUsage[]
GlUsage.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGpuBuffer
(GlBufferTarget target, GlUsage usage, int size) GpuBuffer
(GlBufferTarget target, GlUsage usage, ByteBuffer buf) VertexBuffer
(GlUsage usage)