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 BufferTypeModifierConstructorDescriptionGpuBuffer
(BufferType p_374128_, BufferUsage p_374189_, int p_374082_) -
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 p_412153_) Constructors in com.mojang.blaze3d.opengl with parameters of type BufferTypeModifierConstructorDescriptionprotected
GlBuffer
(GlDebugLabel p_410210_, Supplier<String> p_410223_, BufferType p_410759_, BufferUsage p_409688_, int p_409846_, int p_409922_) -
Uses of BufferType in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferTypeModifier and TypeMethodDescriptionGpuDevice.createBuffer
(Supplier<String> p_410008_, BufferType p_410335_, BufferUsage p_410311_, int p_410396_) GpuDevice.createBuffer
(Supplier<String> p_410623_, BufferType p_410662_, BufferUsage p_410415_, ByteBuffer p_410117_)