This is the vertex format class which specifies how vertices are stored on the VRAM. More...
#include <spVertexFormat.hpp>
Public Member Functions | |
| virtual | ~VertexFormat () |
| io::stringc | getIdentifier () const |
| Returns the identifier (e.g. "vertex format 'MyVertexFormat'" or "anonymous vertex format"). | |
| virtual u32 | getFormatSize () const |
| Returns the size in bytes of this vertex format. | |
| s32 | getFlags () const |
| Returns the vertex format flags. | |
| void | setName (const io::stringc &Name) |
| io::stringc | getName () const |
| const SVertexAttribute & | getCoord () const |
| const SVertexAttribute & | getColor () const |
| const SVertexAttribute & | getNormal () const |
| const SVertexAttribute & | getBinormal () const |
| const SVertexAttribute & | getTangent () const |
| const SVertexAttribute & | getFogCoord () const |
| const std::vector < SVertexAttribute > & | getTexCoords () const |
| const std::vector < SVertexAttribute > & | getUniversals () const |
Static Public Member Functions | |
| static s32 | getDataTypeSize (const ERendererDataTypes Type) |
| Returns the size in bytes of the specified data type. | |
Protected Member Functions | |
| VertexFormat () | |
| VertexFormat (const io::stringc &Name, s32 Flags) | |
| virtual void | getFormatSize (u32 &Size) const |
| void | addComponentFormatSize (u32 &Size, const SVertexAttribute &Attrib) const |
| void | constructComponent (const EVertexFormatFlags Type, SVertexAttribute &Attrib, s32 &Offset, s32 MinSize, s32 MaxSize) |
| virtual void | constructFormat () |
| void | addFlag (const EVertexFormatFlags Flag) |
| void | removeFlag (const EVertexFormatFlags Flag) |
Protected Attributes | |
| s32 | Flags_ |
| io::stringc | Name_ |
| SVertexAttribute | Coord_ |
| SVertexAttribute | Color_ |
| SVertexAttribute | Normal_ |
| SVertexAttribute | Binormal_ |
| SVertexAttribute | Tangent_ |
| SVertexAttribute | FogCoord_ |
| std::vector< SVertexAttribute > | TexCoords_ |
| std::vector< SVertexAttribute > | Universals_ |
| void * | InputLayout_ |
Friends | |
| class | Direct3D11RenderSystem |
| class | Direct3D11Shader |
This is the vertex format class which specifies how vertices are stored on the VRAM.
| sp::video::VertexFormat::~VertexFormat | ( | ) | [virtual] |
| sp::video::VertexFormat::VertexFormat | ( | ) | [protected] |
| sp::video::VertexFormat::VertexFormat | ( | const io::stringc & | Name, | |
| s32 | Flags | |||
| ) | [protected] |
| void sp::video::VertexFormat::addComponentFormatSize | ( | u32 & | Size, | |
| const SVertexAttribute & | Attrib | |||
| ) | const [protected] |
| void sp::video::VertexFormat::addFlag | ( | const EVertexFormatFlags | Flag | ) | [inline, protected] |
| void sp::video::VertexFormat::constructComponent | ( | const EVertexFormatFlags | Type, | |
| SVertexAttribute & | Attrib, | |||
| s32 & | Offset, | |||
| s32 | MinSize, | |||
| s32 | MaxSize | |||
| ) | [protected] |
| void sp::video::VertexFormat::constructFormat | ( | ) | [protected, virtual] |
| const SVertexAttribute& sp::video::VertexFormat::getBinormal | ( | ) | const [inline] |
| const SVertexAttribute& sp::video::VertexFormat::getColor | ( | ) | const [inline] |
| const SVertexAttribute& sp::video::VertexFormat::getCoord | ( | ) | const [inline] |
| s32 sp::video::VertexFormat::getDataTypeSize | ( | const ERendererDataTypes | Type | ) | [static] |
Returns the size in bytes of the specified data type.
| s32 sp::video::VertexFormat::getFlags | ( | ) | const [inline] |
Returns the vertex format flags.
| const SVertexAttribute& sp::video::VertexFormat::getFogCoord | ( | ) | const [inline] |
| void sp::video::VertexFormat::getFormatSize | ( | u32 & | Size | ) | const [protected, virtual] |
| u32 sp::video::VertexFormat::getFormatSize | ( | ) | const [virtual] |
Returns the size in bytes of this vertex format.
Reimplemented in sp::video::VertexFormatDefault, sp::video::VertexFormatReduced, sp::video::VertexFormatExtended, sp::video::VertexFormatFull, and sp::video::VertexFormatUniversal.
| io::stringc sp::video::VertexFormat::getIdentifier | ( | ) | const |
Returns the identifier (e.g. "vertex format 'MyVertexFormat'" or "anonymous vertex format").
| io::stringc sp::video::VertexFormat::getName | ( | ) | const [inline] |
| const SVertexAttribute& sp::video::VertexFormat::getNormal | ( | ) | const [inline] |
| const SVertexAttribute& sp::video::VertexFormat::getTangent | ( | ) | const [inline] |
| const std::vector<SVertexAttribute>& sp::video::VertexFormat::getTexCoords | ( | ) | const [inline] |
| const std::vector<SVertexAttribute>& sp::video::VertexFormat::getUniversals | ( | ) | const [inline] |
| void sp::video::VertexFormat::removeFlag | ( | const EVertexFormatFlags | Flag | ) | [inline, protected] |
| void sp::video::VertexFormat::setName | ( | const io::stringc & | Name | ) | [inline] |
friend class Direct3D11RenderSystem [friend] |
friend class Direct3D11Shader [friend] |
SVertexAttribute sp::video::VertexFormat::Binormal_ [protected] |
SVertexAttribute sp::video::VertexFormat::Color_ [protected] |
SVertexAttribute sp::video::VertexFormat::Coord_ [protected] |
s32 sp::video::VertexFormat::Flags_ [protected] |
SVertexAttribute sp::video::VertexFormat::FogCoord_ [protected] |
void* sp::video::VertexFormat::InputLayout_ [protected] |
io::stringc sp::video::VertexFormat::Name_ [protected] |
SVertexAttribute sp::video::VertexFormat::Normal_ [protected] |
SVertexAttribute sp::video::VertexFormat::Tangent_ [protected] |
std::vector<SVertexAttribute> sp::video::VertexFormat::TexCoords_ [protected] |
std::vector<SVertexAttribute> sp::video::VertexFormat::Universals_ [protected] |
1.7.1