#define CE_FWD_RESOURCE(T)
Definition Forward.hpp:15
A mesh that is backed directly by a GPU vertex (and optionally an index buffer).
Definition Mesh.hpp:377
A base class for all mesh implementations.
Definition Mesh.hpp:112
A mesh that stores it's vertex and index streams to a resource stream.
Definition Mesh.hpp:287
Definition Application.hpp:19
Span< Byte > MutableIndexData
Definition Forward.hpp:25
Span< const Byte > ConstIndexData
Definition Forward.hpp:26
Span< Byte > MutableVertexData
Definition Forward.hpp:22
tcb ::span< T, Extent > Span
Span describes an object that can refer to a contiguous sequence of objects with the first element of...
Definition Span.hpp:708
Span< const Byte > ConstVertexData
Definition Forward.hpp:23
Definition IndexType.hpp:20
Primitive topology enumeration.
Definition PrimitiveTopology.hpp:21