![]() |
0.9.9 API documenation
|
Go to the source code of this file.
Enumerations | |
enum | qualifier { packed_highp, packed_mediump, packed_lowp, highp = packed_highp, mediump = packed_mediump, lowp = packed_lowp, packed = packed_highp } |
Qualify GLM types in term of alignment (packed, aligned) and precision in term of ULPs (lowp, mediump, highp) More... | |
Definition in file qualifier.hpp.
enum qualifier |
Qualify GLM types in term of alignment (packed, aligned) and precision in term of ULPs (lowp, mediump, highp)
Definition at line 11 of file qualifier.hpp.