X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;fp=src%2Finit.hpp;h=30da3beb1cb33a5284fb2772a570dfcee5180d67;hb=76b3ec0f6aa0dacf6d4944a2787991f3585299e8;hp=d08437b0cd46b5408cc111733ce6587596ff1b81;hpb=6e59f3102d6d64355d5a30b708a326327b089aaf;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index d08437b..30da3be 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -82,11 +82,11 @@ public: GLContext &operator =(const GLContext &) = delete; static void EnableVSync(); - static void EnableDepthTest(); - static void EnableBackfaceCulling(); + static void EnableDepthTest() noexcept; + static void EnableBackfaceCulling() noexcept; - static void Clear(); - static void ClearDepthBuffer(); + static void Clear() noexcept; + static void ClearDepthBuffer() noexcept; private: SDL_GLContext handle;