EditorRenderSystem that draws normally invisible cameras and AABBs

This commit is contained in:
2016-02-02 23:24:02 +01:00
parent 31666f9112
commit 6d2272f62e
8 changed files with 148 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ public:
bool StencilMask(GLuint mask);
bool DepthMask(GLboolean flag);
bool DepthFunc(GLenum func);
bool PolygonMode(GLenum face, GLenum mode);
bool AlphaFunc(GLenum func, GLclampf thresholder);
private: