![]() |
Simulant
21.12-194
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
This is the complete list of members for smlt::VertexSpecification, including all inherited members.
DEFAULT (defined in smlt::VertexSpecification) | smlt::VertexSpecification | static |
diffuse_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
diffuse_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
has_diffuse() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_normals() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_positions() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_specular() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord0() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord1() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord2() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord3() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord4() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord5() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord6() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoord7() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
has_texcoordX(uint8_t which) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
normal_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
normal_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
operator!=(const VertexSpecification &rhs) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
operator=(const VertexSpecification &rhs) (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
operator==(const VertexSpecification &rhs) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
POSITION_AND_DIFFUSE (defined in smlt::VertexSpecification) | smlt::VertexSpecification | static |
position_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
position_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
POSITION_ONLY (defined in smlt::VertexSpecification) | smlt::VertexSpecification | static |
specular_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
specular_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
std::hash< VertexSpecification > (defined in smlt::VertexSpecification) | smlt::VertexSpecification | friend |
stride() const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
texcoord0_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord0_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord1_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord1_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord2_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord2_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord3_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord3_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord4_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord4_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord5_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord5_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord6_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord6_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord7_attribute (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoord7_offset(bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoordX_attribute(uint8_t which) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
texcoordX_offset(uint8_t which, bool check=true) const (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
VertexAttributeProperty (defined in smlt::VertexSpecification) | smlt::VertexSpecification | friend |
VertexData (defined in smlt::VertexSpecification) | smlt::VertexSpecification | friend |
VertexSpecification()=default (defined in smlt::VertexSpecification) | smlt::VertexSpecification | |
VertexSpecification(const VertexSpecification &&rhs) (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
VertexSpecification(const VertexSpecification &rhs) (defined in smlt::VertexSpecification) | smlt::VertexSpecification | inline |
VertexSpecification(VertexAttribute position, VertexAttribute normal=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord0=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord1=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord2=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord3=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord4=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord5=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord6=VERTEX_ATTRIBUTE_NONE, VertexAttribute texcoord7=VERTEX_ATTRIBUTE_NONE, VertexAttribute diffuse=VERTEX_ATTRIBUTE_NONE, VertexAttribute specular=VERTEX_ATTRIBUTE_NONE) (defined in smlt::VertexSpecification) | smlt::VertexSpecification | explicit |