]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Format.hpp
cube map textures
[blank.git] / src / graphics / Format.hpp
index 5762aab6c13a374da74b6cc6c86b938545e6ef53..194cc1c8c1c3241cee1c52f64e94b0d601823f72 100644 (file)
@@ -15,8 +15,8 @@ struct Format {
 
        SDL_PixelFormat sdl_format;
 
-       Format();
-       explicit Format(const SDL_PixelFormat &);
+       Format() noexcept;
+       explicit Format(const SDL_PixelFormat &) noexcept;
 
        bool Compatible(const Format &other) const noexcept;