Uses of Enum Class
com.mojang.blaze3d.buffers.BufferType
Packages that use BufferType
-
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 BufferType
Returns 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 BufferTypeModifier and TypeMethodDescriptionGlDevice.createBuffer
(Supplier<String> p_409705_, BufferType p_409714_, BufferUsage p_409894_, int p_410348_) GlDevice.createBuffer
(Supplier<String> p_410492_, BufferType p_410400_, BufferUsage p_409641_, ByteBuffer p_410794_) static int
GlConst.toGl
(BufferType pBufferType) Constructors in com.mojang.blaze3d.opengl with parameters of type BufferTypeModifierConstructorDescriptionprotected
GlBuffer
(GlDebugLabel pDebugLabel, Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, int pSize, int pHandle) -
Uses of BufferType in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferTypeModifier and TypeMethodDescriptionGpuDevice.createBuffer
(Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, int pSize) GpuDevice.createBuffer
(Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, ByteBuffer pBuffer)