com.mojang.blaze3d.buffers

public record GpuBufferSlice$Mapped

implements AutoCloseable

com.mojang.blaze3d.buffers.GpuBufferSlice$MappedView
com.mojang.blaze3d.buffers.GpuBufferSlice$class_1_892
com.mojang.blaze3d.buffers.GpuBufferSlice$Mapped

Field summary

Modifier and TypeField
private final GpuBufferSlice
slice
comp_1_778
slice
private final ByteBuffer
data
comp_1_776
data
private final Runnable
onClose
comp_1_777
onClose

Constructor summary

ModifierConstructor
public (GpuBufferSlice slice, ByteBuffer data, Runnable onClose)

Method summary

Modifier and TypeMethod
public void
close()
public GpuBufferSlice
slice()
comp_1_778()
slice()
public ByteBuffer
data()
comp_1_776()
data()
public Runnable
onClose()
comp_1_777()
onClose()