com.mojang.blaze3d.opengl

public abstract class BufferStorage

flx
com.mojang.blaze3d.opengl.BufferStorage
net.minecraft.class_11266
net.minecraft.client.gl.GpuBufferManager

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static BufferStorage
a(org.lwjgl.opengl.GLCapabilities arg0, Set<String> arg1)
create(org.lwjgl.opengl.GLCapabilities arg0, Set<String> arg1)
method_71019(org.lwjgl.opengl.GLCapabilities arg0, Set<String> arg1)
create(org.lwjgl.opengl.GLCapabilities capabilities, Set<String> usedCapabilities)
public abstract GlBuffer
a(fly arg0, Supplier<String> arg1, int arg2, int arg3)
createBuffer(DirectStateAccess arg0, Supplier<String> arg1, int arg2, int arg3)
method_71017(class_10874 arg0, Supplier<String> arg1, int arg2, int arg3)
createBuffer(BufferManager bufferManager, Supplier<String> debugLabelSupplier, int usage, int size)
public abstract GlBuffer
a(fly arg0, Supplier<String> arg1, int arg2, ByteBuffer arg3)
createBuffer(DirectStateAccess arg0, Supplier<String> arg1, int arg2, ByteBuffer arg3)
method_71018(class_10874 arg0, Supplier<String> arg1, int arg2, ByteBuffer arg3)
createBuffer(BufferManager bufferManager, Supplier<String> debugLabelSupplier, int usage, ByteBuffer data)
public abstract GlBuffer$GlMappedView
a(fly arg0, flz arg1, int arg2, int arg3, int arg4)
mapBuffer(DirectStateAccess arg0, GlBuffer arg1, int arg2, int arg3, int arg4)
method_71016(class_10874 arg0, class_10859 arg1, int arg2, int arg3, int arg4)
mapBufferRange(BufferManager bufferManager, GlGpuBuffer buffer, int offset, int length, int flags)