0.9.9 API documentation
Loading...
Searching...
No Matches
matrix_double2x2_precision.hpp
Go to the documentation of this file.
1
3
4#pragma once
6
7namespace glm
8{
11
16 typedef mat<2, 2, double, lowp> lowp_dmat2;
17
22 typedef mat<2, 2, double, mediump> mediump_dmat2;
23
28 typedef mat<2, 2, double, highp> highp_dmat2;
29
34 typedef mat<2, 2, double, lowp> lowp_dmat2x2;
35
40 typedef mat<2, 2, double, mediump> mediump_dmat2x2;
41
46 typedef mat<2, 2, double, highp> highp_dmat2x2;
47
49}//namespace glm
mat< 2, 2, double, highp > highp_dmat2
2 columns of 2 components matrix of double-precision floating-point numbers using medium precision ar...
mat< 2, 2, double, mediump > mediump_dmat2x2
2 columns of 2 components matrix of double-precision floating-point numbers using medium precision ar...
mat< 2, 2, double, mediump > mediump_dmat2
2 columns of 2 components matrix of double-precision floating-point numbers using medium precision ar...
mat< 2, 2, double, lowp > lowp_dmat2x2
2 columns of 2 components matrix of double-precision floating-point numbers using low precision arith...
mat< 2, 2, double, lowp > lowp_dmat2
2 columns of 2 components matrix of double-precision floating-point numbers using low precision arith...
mat< 2, 2, double, highp > highp_dmat2x2
2 columns of 2 components matrix of double-precision floating-point numbers using medium precision ar...
Core features