Visual Computing Library
devel
|
A concept representing a Texture. More...
#include <vclib/space/core/texture.h>
A concept representing a Texture.
The concept is satisfied when T
is a class that instantiates or derives from a Texture class.
T | The type to be tested for conformity to the TextureConcept. |