net.minecraft.client.render

public record SectionRenderState$IndirectDraw

net.minecraft.client.renderer.chunk.ChunkSectionsToRender$GpuMultiDrawIndexedIndirect
net.minecraft.class_11532$class_1_1418
net.minecraft.client.render.SectionRenderState$IndirectDraw

Field summary

Modifier and TypeField
private final GpuBufferSlice
vertexBuffer
comp_1_1544
vertexBuffer
private final GpuBufferSlice
indexBuffer
comp_1_1541
indexBuffer
private final IndexType
indexType
comp_1_1542
indexType
private final GpuBufferSlice
indirectCommandBuffer
comp_1_1543
indirectCommandBuffer
private final int
drawCount
comp_1_1540
drawCount

Constructor summary

ModifierConstructor
public (GpuBufferSlice vertexBuffer, GpuBufferSlice indexBuffer, IndexType indexType, GpuBufferSlice indirectCommandBuffer, int drawCount)

Method summary

Modifier and TypeMethod
public GpuBufferSlice
vertexBuffer()
comp_1_1544()
vertexBuffer()
public GpuBufferSlice
indexBuffer()
comp_1_1541()
indexBuffer()
public IndexType
indexType()
comp_1_1542()
indexType()
public GpuBufferSlice
indirectCommandBuffer()
comp_1_1543()
indirectCommandBuffer()
public int
drawCount()
comp_1_1540()
drawCount()