Uses of Enum Class
com.mojang.blaze3d.buffers.BufferType
Packages that use BufferType
Package
Description
-
Uses of BufferType in com.mojang.blaze3d.buffers
Fields in com.mojang.blaze3d.buffers declared as BufferTypeMethods in com.mojang.blaze3d.buffers that return BufferTypeModifier and TypeMethodDescriptionGpuBuffer.type()static BufferTypeReturns the enum constant of this class with the specified name.static BufferType[]BufferType.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 BufferType -
Uses of BufferType in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type BufferType -
Uses of BufferType in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferTypeModifier 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 BufferType in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type BufferTypeModifier 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 BufferTypeModifierConstructorDescriptionprotectedGlGpuBuffer(DebugLabelManager labeler, @Nullable Supplier<String> debugLabelSupplier, BufferType type, BufferUsage usage, int size, int id)