0.9.9 API documentation
vector_packing.hpp
Go to the documentation of this file.
1
13
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_vector_packing extension included")
21#endif
22
23namespace glm
24{
27
28
30}// namespace glm
31
32#include "vector_packing.inl"