Uses of Enum Class
net.minecraft.client.gl.GlUsage
Packages that use GlUsage
- 
Uses of GlUsage in net.minecraft.client.glFields in net.minecraft.client.gl declared as GlUsageModifier and TypeFieldDescriptionprivate final GlUsageGpuBuffer.usageprivate final GlUsageVertexBuffer.usageMethods in net.minecraft.client.gl that return GlUsageModifier and TypeMethodDescriptionstatic GlUsageReturns 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)