Пример #1
0
 public static unsafe void RenderStop(GSDrawMode mode)
 {
     libobs.gs_render_stop((libobs.gs_draw_mode)mode);
 }
Пример #2
0
 public static unsafe void RenderStop(GSDrawMode mode)
 {
     libobs.gs_render_stop((libobs.gs_draw_mode)mode);
 }
Пример #3
0
 public static unsafe void Draw(GSDrawMode drawMode, uint startVert, uint numVerts)
 {
     libobs.gs_draw((libobs.gs_draw_mode)drawMode, startVert, numVerts);
 }
Пример #4
0
 public static unsafe void Draw(GSDrawMode drawMode, uint startVert, uint numVerts)
 {
     libobs.gs_draw((libobs.gs_draw_mode)drawMode, startVert, numVerts);
 }