AUI Framework
develop
Cross-platform base for C++ UI apps
|
Public Member Functions | |
void | setImage (AImageView image) override |
Copies image to the texture image representation (i.e. to GPU memory). | |
void | bind () |
gl::Texture2D & | texture () noexcept |
|
inlineoverridevirtual |
Copies image to the texture image representation (i.e. to GPU memory).
Implements ITexture.