Uses of Class
com.mojang.renderpearl.backend.opengl.GlBuffer
Packages that use GlBuffer
-
Uses of GlBuffer in com.mojang.renderpearl.backend.opengl
Subclasses of GlBuffer in com.mojang.renderpearl.backend.openglModifier and TypeClassDescriptionstatic classprivate classFields in com.mojang.renderpearl.backend.opengl declared as GlBufferModifier and TypeFieldDescriptionprivate final GlBufferGlTransientMemory.Fallback.GlAllocation.glBufferThe field for theglBufferrecord component.Methods in com.mojang.renderpearl.backend.opengl that return GlBufferModifier and TypeMethodDescriptionabstract GlBufferBufferStorage.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, long size) abstract GlBufferBufferStorage.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, ByteBuffer data) BufferStorage.Immutable.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, long size) BufferStorage.Immutable.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, ByteBuffer data) BufferStorage.Mutable.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, long size) BufferStorage.Mutable.createBuffer(GlHeuristics heuristics, DirectStateAccess dsa, int usage, ByteBuffer data) GlTransientMemory.Fallback.GlAllocation.glBuffer()Returns the value of theglBufferrecord component.Methods in com.mojang.renderpearl.backend.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.renderpearl.backend.opengl with parameters of type GlBufferModifierConstructorDescriptionprivateGlAllocation(GlBuffer glBuffer, long hostBuffer) Creates an instance of aGlAllocationrecord class.