Uses of Enum Class
com.mojang.blaze3d.buffers.BufferUsage
Packages that use BufferUsage
-
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 BufferUsage
Returns 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 BufferUsageModifier 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
(BufferUsage pBufferUsage) Constructors in com.mojang.blaze3d.opengl with parameters of type BufferUsageModifierConstructorDescriptionprotected
GlBuffer
(GlDebugLabel pDebugLabel, Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, int pSize, int pHandle) -
Uses of BufferUsage in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferUsageModifier and TypeMethodDescriptionGpuDevice.createBuffer
(Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, int pSize) GpuDevice.createBuffer
(Supplier<String> pLabel, BufferType pType, BufferUsage pUsage, ByteBuffer pBuffer)