Class cTextureImage {Analysis}
Documentation| Name | Signature | Class |
loadTGA | bool loadTGA (const char * filename) | cTextureImage |
getID | GLuint <<accessor>> getID (GLuint GLuint i = 0) | cTextureImage |
getWidth | GLuint <<accessor>> getWidth () | cTextureImage |
getHeight | GLuint <<accessor>> getHeight () | cTextureImage |
clear | void clear () | cTextureImage |
createOpenGLTexture | void createOpenGLTexture () | cTextureImage |
loadPalette | bool loadPalette (const char * filename) | cTextureImage |
| Name | Class | Type | Initial Value |
m_pImageData | cTextureImage | GLubyte* | |
m_ByPP | cTextureImage | GLuint | |
m_width | cTextureImage | GLuint | |
m_height | cTextureImage | GLuint | |
m_vID | cTextureImage | std::vector<GLuint> |
| Name | Class | Supplier |
--Not Named-- | cTextureImage | OpenGL Libraries |
--Not Named-- | cTextureImage | cColorRGBPalette |
--Not Named-- | cTextureImage | cColorRGB |