X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;h=d596cbc346f880247a98b8b3ceae9e278acdaa9a;hb=482114e156e91729f2529ea6bb1fe98dacdee97f;hp=a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5;hpb=ea1ce7b0fb7709ae56977480821ac96a231a0686;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index a2f2de7..d596cbc 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -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;