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 GlBuffer
GlBuffer.GlMappedView.buffer
(package private) GlBuffer
VertexArrayCache.VertexArray.lastVertexBuffer
Methods in com.mojang.blaze3d.opengl that return GlBufferModifier and TypeMethodDescriptionabstract GlBuffer
BufferStorage.createBuffer
(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, int pSize) abstract GlBuffer
BufferStorage.createBuffer
(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, ByteBuffer pData) BufferStorage.Immutable.createBuffer
(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, int pSize) BufferStorage.Immutable.createBuffer
(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, ByteBuffer pData) 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 TypeMethodDescriptionvoid
GlDebugLabel.applyLabel
(GlBuffer pBuffer) void
GlDebugLabel.Core.applyLabel
(GlBuffer p_410733_) void
GlDebugLabel.Ext.applyLabel
(GlBuffer p_410006_) abstract void
VertexArrayCache.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) void
VertexArrayCache.Emulated.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) void
VertexArrayCache.Separate.bindVertexArray
(VertexFormat pFormat, GlBuffer pBuffer) BufferStorage.Immutable.mapBuffer
(DirectStateAccess pDirectStateAccess, GlBuffer pBuffer, int pOffset, int pSize, int pUsage) abstract GlBuffer.GlMappedView
BufferStorage.mapBuffer
(DirectStateAccess pDirectStateAccess, GlBuffer pBuffer, int pOffset, int pSize, int pUsage) 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 GlBufferModifierConstructorDescriptionprotected
GlMappedView
(Runnable pUnmap, GlBuffer pBuffer, ByteBuffer pData) (package private)
VertexArray
(int pId, VertexFormat pFormat, GlBuffer pLastVertexBuffer)