The VgITexture interface is used to handle texture in the application. More...
Public Member Functions | |
virtual | ~VgITexture () |
Destructor. | |
Protected Member Functions | |
VgITexture () | |
Constructor. |
The VgITexture interface is used to handle texture in the application.
VgITexture are created using VgITextureManager::createTexture. See VgRefPtr's documentation to learn how to use pointers to VgITexture.
VgEngine::VgITexture::VgITexture | ( | ) | [inline, protected] |
Constructor.
virtual VgEngine::VgITexture::~VgITexture | ( | ) | [inline, virtual] |
Destructor.