AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Public Member Functions | |
void | setImage (AImageView image) override |
Copies image to the texture image representation (i.e. to GPU memory). More... | |
void | setImage (AImage &&image) |
const AImage & | getImage () const noexcept |
|
overridevirtual |
Copies image to the texture image representation (i.e. to GPU memory).
Implements ITexture.