com.mojang.blaze3d.systems

public record RenderPass$Draw

com.mojang.blaze3d.systems.RenderPass$a
com.mojang.blaze3d.systems.RenderPass$Draw
com.mojang.blaze3d.systems.RenderPass$class_10884

Field summary

Modifier and TypeField
private final int
a
slot
comp_3804
private final GpuBuffer
b
vertexBuffer
comp_3805
private final GpuBuffer
c
indexBuffer
comp_3806
private final VertexFormat$IndexType
d
indexType
comp_3807
private final int
e
firstIndex
comp_3808
private final int
f
indexCount
comp_3809
private final Consumer<RenderPass$UniformUploader>
g
uniformUploaderConsumer
comp_3810

Constructor summary

ModifierConstructor
public (int arg0, GpuBuffer arg1, GpuBuffer arg2, VertexFormat$IndexType arg3, int arg4, int arg5)
public (int arg0, GpuBuffer arg1, GpuBuffer arg2, VertexFormat$IndexType arg3, int arg4, int arg5, Consumer<RenderPass$UniformUploader> arg6)

Method summary

Modifier and TypeMethod
public int
a()
slot()
comp_3804()
public GpuBuffer
b()
vertexBuffer()
comp_3805()
public GpuBuffer
c()
indexBuffer()
comp_3806()
public VertexFormat$IndexType
d()
indexType()
comp_3807()
public int
e()
firstIndex()
comp_3808()
public int
f()
indexCount()
comp_3809()
public Consumer<RenderPass$UniformUploader>
g()
uniformUploaderConsumer()
comp_3810()