Uses of Class
com.mojang.blaze3d.opengl.GlBuffer
Packages that use GlBuffer
-
Uses of GlBuffer in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GlBufferModifier and TypeFieldDescriptionprivate final GlBufferGlBuffer.GlMappedView.buffer(package private) GlBufferVertexArrayCache.VertexArray.lastVertexBufferMethods in com.mojang.blaze3d.opengl that return GlBufferModifier and TypeMethodDescriptionabstract GlBufferBufferStorage.createBuffer(DirectStateAccess directStateAccess, Supplier<String> label, int usage, int size) abstract GlBufferBufferStorage.createBuffer(DirectStateAccess directStateAccess, Supplier<String> label, int usage, ByteBuffer data) BufferStorage.Immutable.createBuffer(DirectStateAccess directStateAccess, Supplier<String> label, int usage, int size) BufferStorage.Immutable.createBuffer(DirectStateAccess directStateAccess, Supplier<String> label, int usage, ByteBuffer data) BufferStorage.Mutable.createBuffer(DirectStateAccess p_418247_, Supplier<String> p_418177_, int p_418191_, int p_418309_) BufferStorage.Mutable.createBuffer(DirectStateAccess p_418102_, Supplier<String> p_418521_, int p_418167_, ByteBuffer p_418232_) Methods in com.mojang.blaze3d.opengl with parameters of type GlBufferModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlBuffer buffer) voidGlDebugLabel.Core.applyLabel(GlBuffer p_410733_) voidGlDebugLabel.Ext.applyLabel(GlBuffer p_410006_) abstract voidVertexArrayCache.bindVertexArray(VertexFormat format, GlBuffer buffer) voidVertexArrayCache.Emulated.bindVertexArray(VertexFormat format, GlBuffer buffer) voidVertexArrayCache.Separate.bindVertexArray(VertexFormat format, GlBuffer buffer) BufferStorage.Immutable.mapBuffer(DirectStateAccess directStateAccess, GlBuffer buffer, int offset, int size, int usage) abstract GlBuffer.GlMappedViewBufferStorage.mapBuffer(DirectStateAccess directStateAccess, GlBuffer buffer, int offset, int size, int usage) BufferStorage.Mutable.mapBuffer(DirectStateAccess p_418209_, GlBuffer p_418012_, int p_418273_, int p_418050_, int p_418422_) Constructors in com.mojang.blaze3d.opengl with parameters of type GlBufferModifierConstructorDescriptionprotectedGlMappedView(Runnable unmap, GlBuffer buffer, ByteBuffer data) (package private)VertexArray(int id, VertexFormat format, GlBuffer lastVertexBuffer)