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 BufferTypeModifierConstructorDescriptionGpuBuffer(BufferType bufferType, BufferUsage bufferUsage, int int2) -
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> supplier, BufferType bufferType, BufferUsage bufferUsage, int int2) GpuDevice.createBuffer(@Nullable Supplier<String> supplier, BufferType bufferType, BufferUsage bufferUsage, ByteBuffer byteBuffer) -
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> supplier, BufferType bufferType, BufferUsage bufferUsage, int int2) GlBackend.createBuffer(@Nullable Supplier<String> supplier, BufferType bufferType, BufferUsage bufferUsage, ByteBuffer byteBuffer) Constructors in net.minecraft.client.gl with parameters of type BufferTypeModifierConstructorDescriptionprotectedGlGpuBuffer(DebugLabelManager debugLabelManager, @Nullable Supplier<String> supplier, BufferType bufferType, BufferUsage bufferUsage, int int2, int int3)