0.8.2 API documentation
Namespaces | Enumerations | Functions
target.hpp File Reference

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_linear.
 

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.
 

Detailed Description

Include to use the target enum and query properties of targets.

Definition in file target.hpp.