]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
very basic chunk model
[blank.git] / src / init.hpp
index 51ab3f834b03054a2783b6838261fd0329d98fe4..d596cbc346f880247a98b8b3ceae9e278acdaa9a 100644 (file)
@@ -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;