|
GraphicsAPI_2020C
|
GLM_EXT_scalar_int_sized More...
#include "../detail/setup.hpp"

Go to the source code of this file.
Classes | |
| struct | glm::detail::is_int< int8 > |
| struct | glm::detail::is_int< int16 > |
| struct | glm::detail::is_int< int64 > |
Namespaces | |
| glm | |
| Core features | |
Typedefs | |
| typedef signed char | glm::detail::int8 |
| typedef signed short | glm::detail::int16 |
| typedef signed int | glm::detail::int32 |
| typedef detail::int8 | glm::int8 |
| 8 bit signed integer type. | |
| typedef detail::int16 | glm::int16 |
| 16 bit signed integer type. | |
| typedef detail::int32 | glm::int32 |
| 32 bit signed integer type. | |
| typedef detail::int64 | glm::int64 |
| 64 bit signed integer type. | |
1.8.13