OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osg::Program::ActiveVarInfo Struct Reference

Public Member Functions

 ActiveVarInfo ()
 
 ActiveVarInfo (GLint loc, GLenum type, GLint size)
 

Public Attributes

GLint _location
 
GLenum _type
 
GLint _size
 

Constructor & Destructor Documentation

◆ ActiveVarInfo() [1/2]

osg::Program::ActiveVarInfo::ActiveVarInfo ( )
inline

◆ ActiveVarInfo() [2/2]

osg::Program::ActiveVarInfo::ActiveVarInfo ( GLint  loc,
GLenum  type,
GLint  size 
)
inline

Member Data Documentation

◆ _location

GLint osg::Program::ActiveVarInfo::_location

◆ _size

GLint osg::Program::ActiveVarInfo::_size

◆ _type

GLenum osg::Program::ActiveVarInfo::_type

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