Uses of Enum Class
net.minecraft.client.gl.GlUsage
Packages that use GlUsage
-
Uses of GlUsage in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlUsageModifier and TypeFieldDescriptionprivate final GlUsage
GpuBuffer.usage
private final GlUsage
VertexBuffer.usage
Methods in net.minecraft.client.gl that return GlUsageModifier 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.Constructors in net.minecraft.client.gl with parameters of type GlUsageModifierConstructorDescriptionGpuBuffer
(GlBufferTarget target, GlUsage usage, int size) GpuBuffer
(GlBufferTarget target, GlUsage usage, ByteBuffer buf) VertexBuffer
(GlUsage usage)