openscenegraph
Public Member Functions | Public Attributes | List of all members
osg::VertexAttribAlias Class Reference

#include <GLExtensions>

Public Member Functions

 VertexAttribAlias ()
 
 VertexAttribAlias (const VertexAttribAlias &rhs)
 
 VertexAttribAlias (GLuint location, const std::string glName, const std::string osgName, const std::string &declaration)
 
VertexAttribAliasoperator= (const VertexAttribAlias &o)
 

Public Attributes

GLuint _location
 
std::string _glName
 
std::string _osgName
 
std::string _declaration
 

Constructor & Destructor Documentation

◆ VertexAttribAlias() [1/3]

osg::VertexAttribAlias::VertexAttribAlias ( )
inline

◆ VertexAttribAlias() [2/3]

osg::VertexAttribAlias::VertexAttribAlias ( const VertexAttribAlias rhs)
inline

◆ VertexAttribAlias() [3/3]

osg::VertexAttribAlias::VertexAttribAlias ( GLuint  location,
const std::string  glName,
const std::string  osgName,
const std::string &  declaration 
)
inline

Member Function Documentation

◆ operator=()

VertexAttribAlias & osg::VertexAttribAlias::operator= ( const VertexAttribAlias o)
inline

Member Data Documentation

◆ _declaration

std::string osg::VertexAttribAlias::_declaration

◆ _glName

std::string osg::VertexAttribAlias::_glName

◆ _location

GLuint osg::VertexAttribAlias::_location

◆ _osgName

std::string osg::VertexAttribAlias::_osgName

The documentation for this class was generated from the following file: