Package com.mojang.blaze3d.opengl
Class BufferStorage.Mutable
java.lang.Object
com.mojang.blaze3d.opengl.BufferStorage
com.mojang.blaze3d.opengl.BufferStorage.Mutable
- Enclosing class:
BufferStorage
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mojang.blaze3d.opengl.BufferStorage
BufferStorage.Immutable, BufferStorage.Mutable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBuffer
(DirectStateAccess p_418247_, Supplier<String> p_418177_, int p_418191_, int p_418309_) createBuffer
(DirectStateAccess p_418102_, Supplier<String> p_418521_, int p_418167_, ByteBuffer p_418232_) mapBuffer
(DirectStateAccess p_418209_, GlBuffer p_418012_, int p_418273_, int p_418050_, int p_418422_) Methods inherited from class com.mojang.blaze3d.opengl.BufferStorage
create
-
Constructor Details
-
Mutable
Mutable()
-
-
Method Details
-
createBuffer
public GlBuffer createBuffer(DirectStateAccess p_418247_, @Nullable Supplier<String> p_418177_, int p_418191_, int p_418309_) - Specified by:
createBuffer
in classBufferStorage
-
createBuffer
public GlBuffer createBuffer(DirectStateAccess p_418102_, @Nullable Supplier<String> p_418521_, int p_418167_, ByteBuffer p_418232_) - Specified by:
createBuffer
in classBufferStorage
-
mapBuffer
public GlBuffer.GlMappedView mapBuffer(DirectStateAccess p_418209_, GlBuffer p_418012_, int p_418273_, int p_418050_, int p_418422_) - Specified by:
mapBuffer
in classBufferStorage
-