]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windingtest.h
Add a flag to RenderPass to render the back faces of a mesh
[libs/gl.git] / source / windingtest.h
index 0869d565e6842d7691c341188ee9eb1418bdb849..d8a4c421722ed6997ab5f4162f10a74813e5d5f8 100644 (file)
@@ -34,8 +34,10 @@ public:
 
        static void unbind();
 
-       static WindingTest &clockwise();
-       static WindingTest &counterclockwise();
+       const WindingTest &get_reverse() const;
+
+       static const WindingTest &clockwise();
+       static const WindingTest &counterclockwise();
 };
 
 } // namespace GL