AUI Framework
master
Cross-platform base for C++ UI apps
|
Renderer-friendly image representation.
#include <AUI/Render/ITexture.h>
Public Member Functions# | |
virtual void | setImage (AImageView image)=0 |
Copies image to the texture image representation (i.e. to GPU memory). | |
|
pure virtual |
Implemented in SoftwareTexture.