OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osg::State::EnabledArrayPair Struct Reference

#include <State.h>

Public Member Functions

 EnabledArrayPair ()
 
 EnabledArrayPair (const EnabledArrayPair &eap)
 
EnabledArrayPairoperator= (const EnabledArrayPair &eap)
 

Public Attributes

bool _lazy_disable
 
bool _dirty
 
bool _enabled
 
GLboolean _normalized
 
const GLvoid * _pointer
 

Detailed Description

Definition at line 1856 of file State.h.

Constructor & Destructor Documentation

osg::State::EnabledArrayPair::EnabledArrayPair ( )
inline

Definition at line 1858 of file State.h.

osg::State::EnabledArrayPair::EnabledArrayPair ( const EnabledArrayPair eap)
inline

Definition at line 1859 of file State.h.

Member Function Documentation

EnabledArrayPair& osg::State::EnabledArrayPair::operator= ( const EnabledArrayPair eap)
inline

Definition at line 1860 of file State.h.

Member Data Documentation

bool osg::State::EnabledArrayPair::_dirty

Definition at line 1863 of file State.h.

bool osg::State::EnabledArrayPair::_enabled

Definition at line 1864 of file State.h.

bool osg::State::EnabledArrayPair::_lazy_disable

Definition at line 1862 of file State.h.

GLboolean osg::State::EnabledArrayPair::_normalized

Definition at line 1865 of file State.h.

const GLvoid* osg::State::EnabledArrayPair::_pointer

Definition at line 1866 of file State.h.


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