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 | bind () |
gl::Texture2D & | texture () noexcept |
|
inlineoverridevirtual |
Copies image to the texture image representation (i.e. to GPU memory).
Implements ITexture.