com.mojang.blaze3d.opengl

public abstract class BufferStorage

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

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)
m_401343_(org.lwjgl.opengl.GLCapabilities p_408913_, Set<String> p_406550_)
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)
m_401184_(C_379126_ p_410473_, Supplier<String> p_406282_, int p_409157_, int arg3)
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)
m_401899_(C_379126_ p_407196_, Supplier<String> p_407308_, int p_408422_, ByteBuffer arg3)
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)
m_401235_(C_379126_ p_409719_, GlBuffer p_408800_, int p_410308_, int p_406322_, int arg4)