X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;h=30da3beb1cb33a5284fb2772a570dfcee5180d67;hb=e53a0e2e711a7d8bd9b0ddacd1360aa14370643f;hp=d08437b0cd46b5408cc111733ce6587596ff1b81;hpb=f90ec88e6728ce865bcf892c810a36abd90d9001;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;