X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fgraphics%2Fgl_traits.hpp;fp=src%2Fgraphics%2Fgl_traits.hpp;h=9e332eb28908dd1b99495167d36577d0f98e2592;hp=33b00690243faf2294cfe9c43115e63241b2bd29;hb=00dc46fe8901a0067f0404e3739a52bd5ff11da9;hpb=0734615e546059679f1827c35fe1928ffea2fc56 diff --git a/src/graphics/gl_traits.hpp b/src/graphics/gl_traits.hpp index 33b0069..9e332eb 100644 --- a/src/graphics/gl_traits.hpp +++ b/src/graphics/gl_traits.hpp @@ -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;