Uses of Enum Class
net.minecraft.client.gl.GlBufferTarget
Packages that use GlBufferTarget
-
Uses of GlBufferTarget in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type GlBufferTarget -
Uses of GlBufferTarget in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlBufferTargetMethods in net.minecraft.client.gl that return GlBufferTargetModifier and TypeMethodDescriptionGpuBuffer.getTarget()static 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.Methods in net.minecraft.client.gl with parameters of type GlBufferTargetModifier and TypeMethodDescriptionGlBackend.createBuffer(@Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, int size) GlBackend.createBuffer(@Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, ByteBuffer source) RenderBackend.createBuffer(@Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, int size) RenderBackend.createBuffer(@Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, ByteBuffer source) Constructors in net.minecraft.client.gl with parameters of type GlBufferTargetModifierConstructorDescriptionprotectedGlGpuBuffer(DebugLabelManager debugLabeler, @Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, int size, int id) GpuBuffer(GlBufferTarget target, GlUsage usage, int size)