X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;fp=src%2Finit.hpp;h=51ab3f834b03054a2783b6838261fd0329d98fe4;hb=59fe611e6ee06f8e9445f1b19339a1f158c9322c;hp=a2f2de7779ec94ddb20d7a1664ab2ef2e873c0b5;hpb=81531352f0af10ef357e82595098fa596795f000;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index a2f2de7..51ab3f8 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -83,6 +83,7 @@ public: GLContext &operator =(const GLContext &) = delete; static void EnableVSync(); + static void EnableBackfaceCulling(); private: SDL_GLContext handle;