Public Member Functions | |
| TinyGL3DTexture (const Graphics::Surface *surface) | |
| TinyGL3DTexture (byte *stipple, uint32 color1, uint32 color2) | |
| void | update (const Graphics::Surface *surface) override |
| void | updatePartial (const Graphics::Surface *surface, const Common::Rect &rect) override |
Public Attributes | |
| TGLuint | _id |
| TGLuint | _internalFormat |
| TGLuint | _sourceFormat |
| uint32 | _internalWidth |
| uint32 | _internalHeight |
| bool | _upsideDown |
Public Attributes inherited from Freescape::Texture | |
| uint | _width |
| uint | _height |
| Graphics::PixelFormat | _format |