FlukyEngine
scalar_packing.hpp
Go to the documentation of this file.
1 
14 #pragma once
15 
16 // Dependency:
17 #include "../detail/qualifier.hpp"
18 
19 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
20 # pragma message("GLM: GLM_EXT_scalar_packing extension included")
21 #endif
22 
23 namespace glm
24 {
27 
28 
30 }// namespace glm
31 
32 #include "scalar_packing.inl"
Core features
Definition: common.hpp:20