A rendering primitive batch.
struct
|
PrimitiveBatch
|
implements
|
IEquatable<PrimitiveBatch>
|
public
static
readonly
field
|
None
|
||
type
|
PrimitiveBatch
|
Number of vertex indices.
public
readonly
field
|
Count
|
||
type
|
int32
|
Index of first vertex index in buffer.
public
readonly
field
|
First
|
||
type
|
int32
|
Is this an indexed primitive?
public
readonly
field
|
Indexed
|
||
type
|
bool
|
The primitive type.
public
readonly
field
|
Type
|
||
type
|
Primitive
|
[Pure]
|
||||
public
static
method
|
LineList
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
LineListIndexed
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
LineStrip
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
LineStripIndexed
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
PointList
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
PointListIndexed
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
public
constructor
|
PrimitiveBatch
(Primitive type,
int32 first,
int32 count,
bool indexed)
|
||
params
|
type
|
||
first
|
|||
count
|
|||
indexed
|
[Pure]
|
||||
public
static
method
|
TriangleList
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
TriangleListIndexed
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
TriangleStrip
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
[Pure]
|
||||
public
static
method
|
TriangleStripIndexed
(int32 first,
int32 count)
|
|||
type
|
PrimitiveBatch
|
|||
params
|
first
|
|||
count
|
public
method
|
Equals
(PrimitiveBatch other)
|
||
type
|
bool
|
||
params
|
other
|
public
method
|
Render
(IPrimitiveRenderer renderer,
int32 baseIndex = 0)
|
||
params
|
renderer
|
||
baseIndex
|