#include <spVertexFormatList.hpp>
Public Member Functions | |
VertexFormatExtended () | |
~VertexFormatExtended () | |
u32 | getFormatSize () const |
With this vertex format each vertex needs 100 bytes on VRAM. |
Extended predefined vertex format with the following attributes: Coordinate (float[3]), Normal (float[3]), Binormal (float[3]), Tangent (float[3]), Color (unsigned char[4]), TexCoord[0 - 3] (float[3]).
sp::video::VertexFormatExtended::VertexFormatExtended | ( | ) |
sp::video::VertexFormatExtended::~VertexFormatExtended | ( | ) |
u32 sp::video::VertexFormatExtended::getFormatSize | ( | ) | const [virtual] |
With this vertex format each vertex needs 100 bytes on VRAM.
Reimplemented from sp::video::VertexFormat.