Clutter Engine 0.0.1
Loading...
Searching...
No Matches
bit.hpp File Reference
#include "../gtc/bitfield.hpp"
#include "bit.inl"

Go to the source code of this file.

Namespaces

namespace  glm
 Core features
 

Functions

template<typename genIUType >
GLM_FUNC_DECL genIUType glm::highestBitValue (genIUType Value)
 
template<typename genIUType >
GLM_FUNC_DECL genIUType glm::lowestBitValue (genIUType Value)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_DECL vec< L, T, Q > glm::highestBitValue (vec< L, T, Q > const &value)
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoAbove (genIUType Value)
 
template<length_t L, typename T , qualifier Q>
GLM_DEPRECATED GLM_FUNC_DECL vec< L, T, Q > glm::powerOfTwoAbove (vec< L, T, Q > const &value)
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoBelow (genIUType Value)
 
template<length_t L, typename T , qualifier Q>
GLM_DEPRECATED GLM_FUNC_DECL vec< L, T, Q > glm::powerOfTwoBelow (vec< L, T, Q > const &value)
 
template<typename genIUType >
GLM_DEPRECATED GLM_FUNC_DECL genIUType glm::powerOfTwoNearest (genIUType Value)
 
template<length_t L, typename T , qualifier Q>
GLM_DEPRECATED GLM_FUNC_DECL vec< L, T, Q > glm::powerOfTwoNearest (vec< L, T, Q > const &value)
 

Detailed Description

GLM_GTX_bit

See also
Core features (dependence)