Esempio n. 1
0
 private static void GLClear(bool clearDepth, bool clearColor, Color backgroundColor, float depth)
 {
     GL.GLClear_Injected(clearDepth, clearColor, ref backgroundColor, depth);
 }