Uses of Enum Class
net.minecraft.client.gl.GlUsage
Packages that use GlUsage
-
Uses of GlUsage in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type GlUsage -
Uses of GlUsage in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlUsageMethods in net.minecraft.client.gl that return GlUsageModifier and TypeMethodDescriptionGpuBuffer.getUsage()static 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.Methods in net.minecraft.client.gl with parameters of type GlUsageModifier 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 GlUsageModifierConstructorDescriptionprotectedGlGpuBuffer(DebugLabelManager debugLabeler, @Nullable Supplier<String> debugLabelSupplier, GlBufferTarget target, GlUsage usage, int size, int id) GpuBuffer(GlBufferTarget target, GlUsage usage, int size)