AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Renderer-friendly image representation. More...
Renderer-friendly image representation.
Public Member Functions | |
virtual void | setImage (AImageView image)=0 |
Copies image to the texture image representation (i.e. to GPU memory). More... | |
|
pure virtual |
Copies image to the texture image representation (i.e. to GPU memory).
Implemented in OpenGLTexture2D, and SoftwareTexture.
#include <AUI/Render/ITexture.h>