Uses of Enum Class
net.minecraft.client.gl.GlBufferTarget
-
Uses of GlBufferTarget in net.minecraft.client.gl
Modifier and TypeMethodDescriptionstatic GlBufferTarget
Returns the enum constant of this class with the specified name.static GlBufferTarget[]
GlBufferTarget.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)