Uses of Enum Class
com.mojang.blaze3d.buffers.BufferUsage
Packages that use BufferUsage
Package
Description
-
Uses of BufferUsage in com.mojang.blaze3d.buffers
Fields in com.mojang.blaze3d.buffers declared as BufferUsageMethods in com.mojang.blaze3d.buffers that return BufferUsageModifier and TypeMethodDescriptionGpuBuffer.usage()static BufferUsageReturns the enum constant of this class with the specified name.static BufferUsage[]BufferUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d.buffers with parameters of type BufferUsage -
Uses of BufferUsage in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type BufferUsage -
Uses of BufferUsage in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferUsageModifier and TypeMethodDescriptionGpuDevice.createBuffer(@Nullable Supplier<String> labelGetter, BufferType type, BufferUsage usage, int size) GpuDevice.createBuffer(@Nullable Supplier<String> labelGetter, BufferType type, BufferUsage usage, ByteBuffer source) -
Uses of BufferUsage in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type BufferUsageModifier and TypeMethodDescriptionGlBackend.createBuffer(@Nullable Supplier<String> labelGetter, BufferType type, BufferUsage usage, int size) GlBackend.createBuffer(@Nullable Supplier<String> labelGetter, BufferType type, BufferUsage usage, ByteBuffer source) Constructors in net.minecraft.client.gl with parameters of type BufferUsageModifierConstructorDescriptionprotectedGlGpuBuffer(DebugLabelManager labeler, @Nullable Supplier<String> debugLabelSupplier, BufferType type, BufferUsage usage, int size, int id)