X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraphics%2Fgl_traits.hpp;h=db81e670d7ab33046fed01a51d984454ef44b5df;hb=HEAD;hp=89d2dea041f902c06b06c8be088ebaefecaa79b7;hpb=fd547423c46412f24fa5ca4ccbb55129ef06ba08;p=blank.git diff --git a/src/graphics/gl_traits.hpp b/src/graphics/gl_traits.hpp index 89d2dea..db81e67 100644 --- a/src/graphics/gl_traits.hpp +++ b/src/graphics/gl_traits.hpp @@ -71,7 +71,6 @@ template<> struct gl_traits { // composite types -template<> template struct gl_traits> { static constexpr GLint size = 1; @@ -82,7 +81,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 2; @@ -93,7 +91,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 3; @@ -104,7 +101,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 4;