0.8.0 API documentation
|
Include to use the target enum and query properties of targets. More...
Go to the source code of this file.
Namespaces | |
gli | |
Namespace where all the classes and functions provided by GLI are exposed. | |
Enumerations | |
enum | target |
Texture target: type/shape of the texture storage. | |
Functions | |
bool | is_target_1d (target Target) |
Check whether a target is a 1D target. | |
bool | is_target_array (target Target) |
Check whether a target is an array target. | |
bool | is_target_cube (target Target) |
Check whether a target is a cube map target. | |
bool | is_target_rect (target Target) |
Check whether a target is a rectangle target. | |
Include to use the target enum and query properties of targets.
Definition in file target.hpp.