osg::ref_ptr< osg::Texture2D > m_texture
Definition: diguyOsgGraphicsTexture.h:36
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific texture object to be d...
Definition: diguyOsgGraphicsTexture.cpp:215
Definition: diguyOsgGraphicsTexture.h:22
diguyOsgGraphicsTexture(void *internal_data)
4 Header files and forward declarations
Definition: diguyOsgGraphicsTexture.cpp:42
virtual void build()
This function will be called by DI-Guy when it is time for a renderer-specific texture object to be c...
Definition: diguyOsgGraphicsTexture.cpp:72
A class that represents a shared texture. Can be subclassed by filling out the diguy_graphics_set_tex...
Definition: diguyGraphicsTexture.h:124
diguyGraphicsTexture * diguyOsgGraphicsTexture_create_func(void *internal_data)
Create function declaration.
Definition: diguyOsgGraphicsTexture.cpp:235
osg::Texture2D * get_texture()
Definition: diguyOsgGraphicsTexture.h:32