com.mojang.blaze3d.buffers

public abstract class GpuBuffer

implements AutoCloseable

fii
com.mojang.blaze3d.buffers.GpuBuffer
net.minecraft.class_10227
net.minecraft.client.gl.GpuBuffer

Field summary

Modifier and TypeField
private final BufferType
b
type
field_54353
target
private final BufferUsage
c
usage
field_54354
usage
public int
a
size
field_54351
size

Constructor summary

ModifierConstructor
public (BufferType target, BufferUsage usage, int size)

Method summary

Modifier and TypeMethod
public int
a()
size()
method_68151()
getSize()
public BufferType
b()
type()
method_68152()
getTarget()
public BufferUsage
c()
usage()
method_68343()
getUsage()
public abstract boolean
d()
isClosed()
method_68668()
isClosed()
public abstract void
close()
close()