|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::VertexDeclaration, including all inherited members.
| addElement(const VertexElementSemantic &semantic, const VertexElementType &type, const VertexElementComponentType &componentType=VertexElementComponentType::Float32, bool normalized=false) | CeresEngine::VertexDeclaration | |
| addElement(const VertexElementSemantic &semantic, bool normalized=false) | CeresEngine::VertexDeclaration | |
| elements | CeresEngine::VertexDeclaration | |
| getElement(const VertexElementSemantic &semantic, UInt32 index=0) const noexcept | CeresEngine::VertexDeclaration | |
| getElement(const VertexElementSemantic &semantic, UInt32 index=0) noexcept | CeresEngine::VertexDeclaration | |
| getElementOffset(const VertexElementSemantic &semantic, UInt32 index=0) const noexcept | CeresEngine::VertexDeclaration | |
| getSize() const noexcept | CeresEngine::VertexDeclaration | |
| operator!= | CeresEngine::VertexDeclaration | friend |
| operator<< | CeresEngine::VertexDeclaration | friend |
| operator== | CeresEngine::VertexDeclaration | friend |
| removeElement(const VertexElementSemantic &semantic, UInt32 index=0) noexcept | CeresEngine::VertexDeclaration | |
| toString() const noexcept | CeresEngine::VertexDeclaration | |
| toString(std::ostream &stream) const noexcept | CeresEngine::VertexDeclaration |