91 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED)) 92 # define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED 93 # pragma message("GLM: Core library included") 112 #ifndef GLM_STATIC_ASSERT_NULL 113 GLM_STATIC_ASSERT(
sizeof(glm::detail::int8) == 1,
"int8 size isn't 1 byte on this platform");
114 GLM_STATIC_ASSERT(
sizeof(glm::detail::int16) == 2,
"int16 size isn't 2 bytes on this platform");
115 GLM_STATIC_ASSERT(
sizeof(glm::detail::int32) == 4,
"int32 size isn't 4 bytes on this platform");
116 GLM_STATIC_ASSERT(
sizeof(glm::detail::int64) == 8,
"int64 size isn't 8 bytes on this platform");
118 GLM_STATIC_ASSERT(
sizeof(glm::detail::uint8) == 1,
"uint8 size isn't 1 byte on this platform");
119 GLM_STATIC_ASSERT(
sizeof(glm::detail::uint16) == 2,
"uint16 size isn't 2 bytes on this platform");
120 GLM_STATIC_ASSERT(
sizeof(glm::detail::uint32) == 4,
"uint32 size isn't 4 bytes on this platform");
121 GLM_STATIC_ASSERT(
sizeof(glm::detail::uint64) == 8,
"uint64 size isn't 8 bytes on this platform");
123 GLM_STATIC_ASSERT(
sizeof(
glm::detail::float16) == 2,
"float16 size isn't 2 bytes on this platform");
124 GLM_STATIC_ASSERT(
sizeof(glm::detail::float32) == 4,
"float32 size isn't 4 bytes on this platform");
125 GLM_STATIC_ASSERT(
sizeof(glm::detail::float64) == 8,
"float64 size isn't 8 bytes on this platform");
126 #endif//GLM_STATIC_ASSERT_NULL OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
16-bit floating point type.
Definition: type_half.hpp:44
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)