The VgITexture interface is used to handle texture in the application.
More...
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.
- Date
- 12/04/2010
VgEngine::VgITexture::VgITexture |
( |
| ) |
|
|
inlineprotected |
virtual VgEngine::VgITexture::~VgITexture |
( |
| ) |
|
|
inlinevirtual |
virtual int VgEngine::VgITexture::getHeight |
( |
| ) |
const |
|
pure virtual |
- Returns
- height of texture, -1 if not available
- Version
- 2.1.2
virtual int VgEngine::VgITexture::getWidth |
( |
| ) |
const |
|
pure virtual |
- Returns
- width of texture, -1 if not available
- Version
- 2.1.2
The documentation for this class was generated from the following file: