Nameless Engine
|
#include <VertexFormat.h>
Static Public Member Functions | |
static std::unique_ptr< VertexFormatDescription > | createDescription (VertexFormat type, Renderer *pRenderer) |
Base class to describe information about a vertex format.
|
static |
Creates vertex format description.
type | Type of the vertex format. |
pRenderer | Used renderer. |