Namespace ProjectDawn.Geometry3D.LowLevel.Unsafe
Structs
UnsafeVertexData
An managed, resizable vertex data, without any thread safety check features. Stores generic vertex information in interleaved array. As example if structure is created with Position+Normal attributes as result data will be stored in memory as follows: position0/normal0/position1/normal1...