X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;h=d596cbc346f880247a98b8b3ceae9e278acdaa9a;hb=482114e156e91729f2529ea6bb1fe98dacdee97f;hp=51ab3f834b03054a2783b6838261fd0329d98fe4;hpb=32a385382b73072438c99b533686a4bb9ba4742c;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index 51ab3f8..d596cbc 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -83,8 +83,11 @@ public: GLContext &operator =(const GLContext &) = delete; static void EnableVSync(); + static void EnableDepthTest(); static void EnableBackfaceCulling(); + static void Clear(); + private: SDL_GLContext handle;