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 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 BufferType -
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 intGlConst.toGl(BufferType bufferType) Constructors in com.mojang.blaze3d.opengl with parameters of type BufferTypeModifierConstructorDescriptionprotectedGlBuffer(GlDebugLabel debugLabel, Supplier<String> label, BufferType type, BufferUsage usage, int size, int handle) -
Uses of BufferType in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type BufferTypeModifier and TypeMethodDescriptionGpuDevice.createBuffer(Supplier<String> label, BufferType type, BufferUsage usage, int size) GpuDevice.createBuffer(Supplier<String> label, BufferType type, BufferUsage usage, ByteBuffer buffer)