Public Member Functions | |
| OpenGLTexture (int32 w, int32 h, bool withMipmaps) | |
| GLuint | handle () const |
| void | setMirrorWrap (bool wrap) |
| void | update (const Graphics::Surface &surface) override |
Public Member Functions inherited from Alcachofa::ITexture | |
| ITexture (Common::Point size) | |
| void | update (const Graphics::ManagedSurface &surface) |
| Common::Point | size () const |
Protected Attributes | |
| bool | _withMipmaps |
| bool | _mirrorWrap = true |
| GLuint | _handle = 0 |