X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2Fgl_traits.hpp;h=9e332eb28908dd1b99495167d36577d0f98e2592;hb=refs%2Fheads%2Fmaster;hp=a399893a17ab6c363c05c75bdc2380f5999f7a38;hpb=be413456f57da06e918ae7bf4c4f35e5198ff7ce;p=blobs.git diff --git a/src/graphics/gl_traits.hpp b/src/graphics/gl_traits.hpp index a399893..9e332eb 100644 --- a/src/graphics/gl_traits.hpp +++ b/src/graphics/gl_traits.hpp @@ -1,7 +1,7 @@ #ifndef BLOBS_GRAPHICS_GL_TRAITS_HPP_ #define BLOBS_GRAPHICS_GL_TRAITS_HPP_ -#include "glm.hpp" +#include "../math/glm.hpp" #include @@ -72,7 +72,6 @@ template<> struct gl_traits { // composite types -template<> template struct gl_traits> { static constexpr GLint size = 1; @@ -83,7 +82,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 2; @@ -94,7 +92,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 3; @@ -105,7 +102,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 4;