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