Exemple #1
0
 public void Clear(ClearOptions options, Vector4 color, float depth, int stencil)
 {
     GLDevice.Clear(
         options,
         color,
         depth,
         stencil
         );
 }