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 TypeMethodDescriptionstatic 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 BufferUsageModifierConstructorDescriptionGpuBuffer
(BufferType p_374128_, BufferUsage p_374189_, int p_374082_) GpuBuffer
(BufferType p_374296_, BufferUsage p_374056_, ByteBuffer p_374436_) -
Uses of BufferUsage in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as BufferUsageConstructors in com.mojang.blaze3d.vertex with parameters of type BufferUsage