Go to the documentation of this file.
38 #ifndef GLM_GTX_optimum_pow
39 #define GLM_GTX_optimum_pow GLM_VERSION
44 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
45 # pragma message("GLM: GLM_GTX_optimum_pow extension included")
56 template <
typename genType>
57 genType
pow2(
const genType& x);
61 template <
typename genType>
62 genType
pow3(
const genType& x);
66 template <
typename genType>
67 genType
pow4(
const genType& x);
75 detail::tvec2<bool>
powOfTwo(
const detail::tvec2<int>& x);
79 detail::tvec3<bool>
powOfTwo(
const detail::tvec3<int>& x);
83 detail::tvec4<bool>
powOfTwo(
const detail::tvec4<int>& x);
89 #include "optimum_pow.inl"
91 #endif//GLM_GTX_optimum_pow