public static final class BufferBuilder.DrawState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
drawMode |
private VertexFormat |
format |
private int |
vertexCount |
Modifier | Constructor and Description |
---|---|
private |
DrawState(VertexFormat formatIn,
int vertexCountIn,
int drawModeIn) |
Modifier and Type | Method and Description |
---|---|
int |
getDrawMode() |
VertexFormat |
getFormat() |
int |
getVertexCount() |
private final VertexFormat format
private final int vertexCount
private final int drawMode
private DrawState(VertexFormat formatIn, int vertexCountIn, int drawModeIn)
public VertexFormat getFormat()
public int getVertexCount()
public int getDrawMode()