Clutter Engine 0.0.1
Loading...
Searching...
No Matches
scalar_uint_sized.hpp File Reference
#include "../detail/setup.hpp"

Go to the source code of this file.

Classes

struct  glm::detail::is_int< uint8 >
 
struct  glm::detail::is_int< uint16 >
 
struct  glm::detail::is_int< uint64 >
 

Namespaces

namespace  glm
 Core features
 

Typedefs

typedef unsigned char glm::detail::uint8
 
typedef unsigned short glm::detail::uint16
 
typedef unsigned int glm::detail::uint32
 
typedef detail::uint8 glm::uint8
 8 bit unsigned integer type.
 
typedef detail::uint16 glm::uint16
 16 bit unsigned integer type.
 
typedef detail::uint32 glm::uint32
 32 bit unsigned integer type.
 
typedef detail::uint64 glm::uint64
 64 bit unsigned integer type.
 

Detailed Description