Example #1
0
 public static void Clear(Vector4?color, float?depth = null, int?stencil = null)
 {
     GLWrapper.Clear(RenderTarget, color, depth, stencil);
 }