Esempio n. 1
0
 public static unsafe void Clear(GSClearFlags clear_flags, Color color, float depth, Byte stencil)
 {
     Clear(clear_flags, new Vector4(color), depth, stencil);
 }
Esempio n. 2
0
 public static unsafe void Clear(GSClearFlags clear_flags, Color color, float depth, Byte stencil)
 {
     Clear(clear_flags, new Vector4(color), depth, stencil);
 }
Esempio n. 3
0
 public static unsafe void Clear(GSClearFlags clear_flags, Vector4 color, float depth, Byte stencil)
 {
     libobs.gs_clear((UInt32)clear_flags, out color, depth, stencil);
 }
Esempio n. 4
0
 public static unsafe void Clear(GSClearFlags clear_flags, Vector4 color, float depth, Byte stencil)
 {
     libobs.gs_clear((UInt32)clear_flags, out color, depth, stencil);
 }