public static void Clear(bool clearDepth, bool clearColor, Color backgroundColor) { GL.GLClear(clearDepth, clearColor, backgroundColor, 1f); }
public static void Clear(bool clearDepth, bool clearColor, Color backgroundColor, [DefaultValue("1.0f")] float depth) { GL.GLClear(clearDepth, clearColor, backgroundColor, depth); }