openscenegraph
|
Public Member Functions | |
VertexAttribAlias () | |
VertexAttribAlias (const VertexAttribAlias &rhs) | |
VertexAttribAlias (GLuint location, const std::string glName, const std::string osgName, const std::string &declaration) | |
Public Attributes | |
GLuint | _location |
std::string | _glName |
std::string | _osgName |
std::string | _declaration |
osg::VertexAttribAlias::VertexAttribAlias | ( | ) | [inline] |
osg::VertexAttribAlias::VertexAttribAlias | ( | const VertexAttribAlias & | rhs | ) | [inline] |
osg::VertexAttribAlias::VertexAttribAlias | ( | GLuint | location, |
const std::string | glName, | ||
const std::string | osgName, | ||
const std::string & | declaration | ||
) | [inline] |
std::string osg::VertexAttribAlias::_declaration |
std::string osg::VertexAttribAlias::_glName |
std::string osg::VertexAttribAlias::_osgName |