#include <application.h>
Public Member Functions | |
VertexAttribLocations (int Tangent=-1, int Bitangent=-1) | |
Constructs the attribute locaion from given values. | |
int | operator== (const VertexAttribLocations &other) const |
Returns nonzero if the objects store the same values, otherwise zero. | |
int | operator!= (const VertexAttribLocations &other) const |
Returns zero if the objects store the same values, otherwise nonzero. | |
Public Attributes | |
int | tangent |
tangent attrinute location. | |
int | bitangent |
bitangent attribute location. |
This is a list of all known/supported vertex attributes used by the application.
VertexAttribLocations::VertexAttribLocations | ( | int | Tangent = -1 , |
|
int | Bitangent = -1 | |||
) | [inline] |
Constructs the attribute locaion from given values.
It defaults to -1, which means 'not present'.
Tangent | Tangent attrubute. | |
Bitangent | Bitangent attrinute. |