diff --git a/libs/gfx/include/psemek/gfx/texture.hpp b/libs/gfx/include/psemek/gfx/texture.hpp index 37b86a39..186de1b0 100644 --- a/libs/gfx/include/psemek/gfx/texture.hpp +++ b/libs/gfx/include/psemek/gfx/texture.hpp @@ -19,7 +19,7 @@ namespace psemek::gfx }; template <> - struct pixel_traits> + struct pixel_traits> { static constexpr GLenum internal_format = gl::RGB8; static constexpr GLenum format = gl::RGB; @@ -27,7 +27,7 @@ namespace psemek::gfx }; template <> - struct pixel_traits> + struct pixel_traits> { static constexpr GLenum internal_format = gl::RGBA8; static constexpr GLenum format = gl::RGBA;