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 pDirectStateAccess, Supplier<String> pLabel, int pUsage, int pSize) abstract GlBufferBufferStorage.createBuffer(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, ByteBuffer pData) BufferStorage.Immutable.createBuffer(DirectStateAccess p_418138_, Supplier<String> p_418472_, int p_418304_, int p_418442_) BufferStorage.Immutable.createBuffer(DirectStateAccess p_418437_, Supplier<String> p_418106_, int p_418386_, ByteBuffer p_418383_) 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 pBuffer) voidGlDebugLabel.Core.applyLabel(GlBuffer p_410733_) voidGlDebugLabel.Ext.applyLabel(GlBuffer p_410006_) abstract voidVertexArrayCache.bindVertexArray(VertexFormat pFormat, GlBuffer pBuffer) voidVertexArrayCache.Emulated.bindVertexArray(VertexFormat p_410490_, GlBuffer p_410612_) voidVertexArrayCache.Separate.bindVertexArray(VertexFormat p_410638_, GlBuffer p_410508_) BufferStorage.Immutable.mapBuffer(DirectStateAccess p_418435_, GlBuffer p_418399_, int p_418357_, int p_418353_, int p_418237_) abstract GlBuffer.GlMappedViewBufferStorage.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 GlBufferModifierConstructorDescriptionprotectedGlMappedView(Runnable pUnmap, GlBuffer pBuffer, ByteBuffer pData) (package private)VertexArray(int pId, VertexFormat pFormat, GlBuffer pLastVertexBuffer)