struct
|
TriangulationBatch
|
public
static
readonly
field
|
Empty
|
||
type
|
TriangulationBatch
|
First index in range (inclusive).
public
readonly
field
|
First
|
||
type
|
int32
|
public
property
|
IsEmpty
{
get
}
|
||
type
|
bool
|
||
value
|
Last index in range (exclusive).
public
readonly
field
|
Last
|
||
type
|
int32
|
The primitive to use for rendering.
public
readonly
field
|
Mode
|
||
type
|
Primitive
|
public
constructor
|
TriangulationBatch
(int32 first,
int32 last,
Primitive mode)
|
||
params
|
first
|
||
last
|
|||
mode
|
Issues a draw call for this batch.
public
method
|
Render
(IPrimitiveRenderer renderer)
|
||
params
|
renderer
|
[not-null]
|
The renderer to use. |