Inheritance diagram for osgFX::Validator:
Public Member Functions | |
Validator () | |
Validator (Effect *effect) | |
Validator (const Validator ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
META_StateAttribute (osgFX, Validator, VALIDATOR) | |
void | apply (osg::State &state) const |
void | compileGLObjects (osg::State &state) const |
int | compare (const osg::StateAttribute &sa) const |
void | disable () |
Protected Member Functions | |
virtual | ~Validator () |
Validator & | operator= (const Validator &) |
|
|
|
|
|
|
|
|
|
apply the OpenGL state attributes. The global state for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state. Implements osg::StateAttribute. |
|
Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. Implements osg::StateAttribute. |
|
default to nothing to compile - all state is applied immediately. Reimplemented from osg::StateAttribute. |
|
|
|
|
|
|