Uses of Enum Class
net.minecraft.client.gl.GlBufferTarget
Packages that use GlBufferTarget
- 
Uses of GlBufferTarget in net.minecraft.client.glFields in net.minecraft.client.gl declared as GlBufferTargetMethods in net.minecraft.client.gl that return GlBufferTargetModifier and TypeMethodDescriptionstatic GlBufferTargetReturns 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.Constructors in net.minecraft.client.gl with parameters of type GlBufferTargetModifierConstructorDescriptionGpuBuffer(GlBufferTarget target, GlUsage usage, int size) GpuBuffer(GlBufferTarget target, GlUsage usage, ByteBuffer buf)