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 BufferUsageReturns 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 type, BufferUsage usage, int size) GpuBuffer(BufferType type, BufferUsage usage, ByteBuffer buffer) -
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