Namespaces | Typedefs

glm::core::type Namespace Reference

Scalar, vectors and matrices from section 4.1.2 Booleans, 4.1.3 Integers section, 4.1.4 Floats section, 4.1.5 Vectors and section 4.1.6 Matrices of GLSL 1.30.8 specification. More...

Namespaces

namespace  precision

Typedefs

typedef uint_t uint

Detailed Description

Scalar, vectors and matrices from section 4.1.2 Booleans, 4.1.3 Integers section, 4.1.4 Floats section, 4.1.5 Vectors and section 4.1.6 Matrices of GLSL 1.30.8 specification.

This namespace resolves precision qualifier define in section 4.5 of GLSL 1.30.8 specification.


Typedef Documentation

typedef uint_t uint

Unsigned integer.

From GLSL 1.30.8 specification section 4.1.3 Integers.

Definition at line 108 of file type_int.hpp.