Struct ufbx.ufbx_vertex_stream
Vertex data array for ufbx_generate_indices()
.
NOTE: ufbx_generate_indices()
compares the vertices using memcmp()
, so
any padding should be cleared to zero.
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_vertex_stream
Fields
data
Declaration
Field Value
vertex_count
Number of vertices in this stream, for sanity checking.
Declaration
public ulong vertex_count
Field Value
vertex_size
Size of a vertex in bytes.
Declaration
Field Value
Properties
Count
Declaration
public int Count { get; }
Property Value
this[int]
Declaration
public byte* this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value