]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
enable backface culling
[blank.git] / src / init.hpp
index a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5..51ab3f834b03054a2783b6838261fd0329d98fe4 100644 (file)
@@ -83,6 +83,7 @@ public:
        GLContext &operator =(const GLContext &) = delete;
 
        static void EnableVSync();
+       static void EnableBackfaceCulling();
 
 private:
        SDL_GLContext handle;