GLM  0.9.5
Modules | Typedefs

Modules

 Precision types
 

Typedefs

typedef highp_bvec2 bvec2
 
typedef highp_bvec3 bvec3
 
typedef highp_bvec4 bvec4
 
typedef highp_dmat2x2 dmat2
 
typedef highp_dmat2x2 dmat2x2
 
typedef highp_dmat2x3 dmat2x3
 
typedef highp_dmat2x4 dmat2x4
 
typedef highp_dmat3x3 dmat3
 
typedef highp_dmat3x2 dmat3x2
 
typedef highp_dmat3x3 dmat3x3
 
typedef highp_dmat3x4 dmat3x4
 
typedef highp_dmat4x4 dmat4
 
typedef highp_dmat4x2 dmat4x2
 
typedef highp_dmat4x3 dmat4x3
 
typedef highp_dmat4x4 dmat4x4
 
typedef highp_dvec2 dvec2
 
typedef highp_dvec3 dvec3
 
typedef highp_dvec4 dvec4
 
typedef highp_ivec2 ivec2
 
typedef highp_ivec3 ivec3
 
typedef highp_ivec4 ivec4
 
typedef mat2x2 mat2
 
typedef highp_mat2x2 mat2x2
 
typedef highp_mat2x3 mat2x3
 
typedef highp_mat2x4 mat2x4
 
typedef mat3x3 mat3
 
typedef highp_mat3x2 mat3x2
 
typedef highp_mat3x3 mat3x3
 
typedef highp_mat3x4 mat3x4
 
typedef mat4x4 mat4
 
typedef highp_mat4x2 mat4x2
 
typedef highp_mat4x3 mat4x3
 
typedef highp_mat4x4 mat4x4
 
typedef highp_uvec2 uvec2
 
typedef highp_uvec3 uvec3
 
typedef highp_uvec4 uvec4
 
typedef highp_vec2 vec2
 
typedef highp_vec3 vec3
 
typedef highp_vec4 vec4
 

Detailed Description

The standard types defined by the specification.

These types are all typedefs of more generalized, template types. To see the definiton of these template types, go to Template types.

Typedef Documentation

typedef highp_bvec2 bvec2

2 components vector of boolean.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 500 of file type_vec.hpp.

typedef highp_bvec3 bvec3

3 components vector of boolean.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 505 of file type_vec.hpp.

typedef highp_bvec4 bvec4

4 components vector of boolean.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 510 of file type_vec.hpp.

typedef highp_dmat2x2 dmat2

2 * 2 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 733 of file type_mat.hpp.

typedef highp_dmat2x2 dmat2x2

2 * 2 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 748 of file type_mat.hpp.

typedef highp_dmat2x3 dmat2x3

2 * 3 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 753 of file type_mat.hpp.

typedef highp_dmat2x4 dmat2x4

2 * 4 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 758 of file type_mat.hpp.

typedef highp_dmat3x3 dmat3

3 * 3 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 738 of file type_mat.hpp.

typedef highp_dmat3x2 dmat3x2

3 * 2 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 763 of file type_mat.hpp.

typedef highp_dmat3x3 dmat3x3

3 * 3 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 768 of file type_mat.hpp.

typedef highp_dmat3x4 dmat3x4

3 * 4 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 773 of file type_mat.hpp.

typedef highp_dmat4x4 dmat4

4 * 4 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 743 of file type_mat.hpp.

typedef highp_dmat4x2 dmat4x2

4 * 2 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 778 of file type_mat.hpp.

typedef highp_dmat4x3 dmat4x3

4 * 3 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 783 of file type_mat.hpp.

typedef highp_dmat4x4 dmat4x4

4 * 4 matrix of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 788 of file type_mat.hpp.

typedef highp_dvec2 dvec2

2 components vector of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 416 of file type_vec.hpp.

typedef highp_dvec3 dvec3

3 components vector of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 421 of file type_vec.hpp.

typedef highp_dvec4 dvec4

4 components vector of double-precision floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 426 of file type_vec.hpp.

typedef highp_ivec2 ivec2

2 components vector of signed integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 444 of file type_vec.hpp.

typedef highp_ivec3 ivec3

3 components vector of signed integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 449 of file type_vec.hpp.

typedef highp_ivec4 ivec4

4 components vector of signed integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 454 of file type_vec.hpp.

typedef mat2x2 mat2

2 columns of 2 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 432 of file type_mat.hpp.

typedef highp_mat2x2 mat2x2

2 columns of 2 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 385 of file type_mat.hpp.

typedef highp_mat2x3 mat2x3

2 columns of 3 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 390 of file type_mat.hpp.

typedef highp_mat2x4 mat2x4

2 columns of 4 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 395 of file type_mat.hpp.

typedef mat3x3 mat3

3 columns of 3 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 437 of file type_mat.hpp.

typedef highp_mat3x2 mat3x2

3 columns of 2 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 400 of file type_mat.hpp.

typedef highp_mat3x3 mat3x3

3 columns of 3 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 405 of file type_mat.hpp.

typedef highp_mat3x4 mat3x4

3 columns of 4 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 410 of file type_mat.hpp.

typedef mat4x4 mat4

4 columns of 4 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 442 of file type_mat.hpp.

typedef highp_mat4x2 mat4x2

4 columns of 2 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 415 of file type_mat.hpp.

typedef highp_mat4x3 mat4x3

4 columns of 3 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 420 of file type_mat.hpp.

typedef highp_mat4x4 mat4x4

4 columns of 4 components matrix of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.6 Matrices

Definition at line 425 of file type_mat.hpp.

typedef highp_uvec2 uvec2

2 components vector of unsigned integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 472 of file type_vec.hpp.

typedef highp_uvec3 uvec3

3 components vector of unsigned integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 477 of file type_vec.hpp.

typedef highp_uvec4 uvec4

4 components vector of unsigned integer numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 482 of file type_vec.hpp.

typedef highp_vec2 vec2

2 components vector of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 388 of file type_vec.hpp.

typedef highp_vec3 vec3

3 components vector of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 393 of file type_vec.hpp.

typedef highp_vec4 vec4

4 components vector of floating-point numbers.

See Also
GLSL 4.20.8 specification, section 4.1.5 Vectors

Definition at line 398 of file type_vec.hpp.