0.9.9 API documentation
Loading...
Searching...
No Matches
vector_bool3_precision.hpp
Go to the documentation of this file.
1
3
4#pragma once
6
7namespace glm
8{
11
16 typedef vec<3, bool, highp> highp_bvec3;
17
22 typedef vec<3, bool, mediump> mediump_bvec3;
23
28 typedef vec<3, bool, lowp> lowp_bvec3;
29
31}//namespace glm
vec< 3, bool, mediump > mediump_bvec3
3 components vector of medium qualifier bool numbers.
vec< 3, bool, lowp > lowp_bvec3
3 components vector of low qualifier bool numbers.
vec< 3, bool, highp > highp_bvec3
3 components vector of high qualifier bool numbers.
Core features