FlukyEngine
Classes | Namespaces | Typedefs
scalar_uint_sized.hpp File Reference

GLM_EXT_scalar_uint_sized More...

#include "../detail/setup.hpp"
Include dependency graph for scalar_uint_sized.hpp:
This graph shows which files directly or indirectly include this file:

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

 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

GLM_EXT_scalar_uint_sized