]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
very basic chunk model
[blank.git] / src / init.hpp
index a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5..d596cbc346f880247a98b8b3ceae9e278acdaa9a 100644 (file)
@@ -83,6 +83,10 @@ public:
        GLContext &operator =(const GLContext &) = delete;
 
        static void EnableVSync();
+       static void EnableDepthTest();
+       static void EnableBackfaceCulling();
+
+       static void Clear();
 
 private:
        SDL_GLContext handle;