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