Uses of Class
com.mojang.blaze3d.opengl.GlBuffer
Packages that use GlBuffer
-
Uses of GlBuffer in com.mojang.blaze3d.opengl
Subclasses of GlBuffer in com.mojang.blaze3d.openglModifier and TypeClassDescriptionstatic classprivate classFields in com.mojang.blaze3d.opengl declared as GlBufferModifier and TypeFieldDescriptionprivate final GlBufferGlTransientMemory.Fallback.GlAllocation.glBufferThe field for theglBufferrecord component.Methods in com.mojang.blaze3d.opengl that return GlBufferModifier and TypeMethodDescriptionabstract GlBufferBufferStorage.createBuffer(DirectStateAccess dsa, int usage, long size) abstract GlBufferBufferStorage.createBuffer(DirectStateAccess dsa, int usage, ByteBuffer data) BufferStorage.Immutable.createBuffer(DirectStateAccess dsa, int usage, long size) BufferStorage.Immutable.createBuffer(DirectStateAccess dsa, int usage, ByteBuffer data) BufferStorage.Mutable.createBuffer(DirectStateAccess dsa, int usage, long size) BufferStorage.Mutable.createBuffer(DirectStateAccess dsa, int usage, ByteBuffer data) GlTransientMemory.Fallback.GlAllocation.glBuffer()Returns the value of theglBufferrecord component.Methods in com.mojang.blaze3d.opengl with parameters of type GlBufferModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlBuffer buffer, @Nullable Supplier<String> label) voidGlDebugLabel.Core.applyLabel(GlBuffer buffer, @Nullable Supplier<String> label) voidGlDebugLabel.Ext.applyLabel(GlBuffer buffer, @Nullable Supplier<String> label) protected voidGlCommandEncoder.executeDrawIndirect(GlRenderPass renderPass, @Nullable IndexType indexType, GlBuffer commands, long offset, int drawCount) Constructors in com.mojang.blaze3d.opengl with parameters of type GlBufferModifierConstructorDescriptionprivateGlAllocation(GlBuffer glBuffer, long hostBuffer) Creates an instance of aGlAllocationrecord class.