Worldstone
|
An interface of a class that can provide images views. More...
#include <ImageView.h>
Public Member Functions | |
virtual ImageView< Color > | getNewImage (size_t width, size_t height)=0 |
Returns an ImageView of dimensions width * height to be used by the consumer. | |
An interface of a class that can provide images views.
One example would be to reuse the same texture to store multiple images.
Definition at line 130 of file ImageView.h.