static void setCurrentStateForTextureBind(osg::State *state)
Definition: DtDiGuyOsgGraphicsTexture.h:49
osg::Texture2D * texture()
Definition: DtDiGuyOsgGraphicsTexture.h:47
osg::ref_ptr< osg::Texture2D > m_texture
Definition: DtDiGuyOsgGraphicsTexture.h:56
diguyGraphicsTexture * diguyOsgGraphicsTexture_create_func(void *internal_data)
Create function declaration.
static TextureList s_textures
Definition: DtDiGuyOsgGraphicsTexture.h:69
std::vector< DtDiGuyOsgGraphicsTexture * > TextureList
Definition: DtDiGuyOsgGraphicsTexture.h:67
Class declaration. DtDiGuyOsgGraphicsTexture publicly inherits diguyGraphicsTexture. Virtual functions are declared for some of the virtual functions in the base class.
Definition: DtDiGuyOsgGraphicsTexture.h:32
osg::ref_ptr< osg::Image > m_image
Definition: DtDiGuyOsgGraphicsTexture.h:57
static osg::ref_ptr< osg::State > sm_state
Definition: DtDiGuyOsgGraphicsTexture.h:50