Example #1
0
 public static unsafe void TechniqueEndPass(GSEffectTechnique tech)
 {
     libobs.gs_technique_end_pass((IntPtr)tech.GetPointer());
 }
Example #2
0
 public static unsafe void TechniqueBeginPass(GSEffectTechnique tech, uint pass)
 {
     libobs.gs_technique_begin_pass((IntPtr)tech.GetPointer(), (UIntPtr)pass);
 }
Example #3
0
 public static unsafe void TechniqueBegin(GSEffectTechnique tech)
 {
     libobs.gs_technique_begin((IntPtr)tech.GetPointer());
 }
Example #4
0
 public static unsafe void TechniqueEndPass(GSEffectTechnique tech)
 {
     libobs.gs_technique_end_pass((IntPtr)tech.GetPointer());
 }
Example #5
0
 public static unsafe void TechniqueBeginPass(GSEffectTechnique tech, uint pass)
 {
     libobs.gs_technique_begin_pass((IntPtr)tech.GetPointer(), (UIntPtr)pass);
 }
Example #6
0
 public static unsafe void TechniqueBegin(GSEffectTechnique tech)
 {
     libobs.gs_technique_begin((IntPtr)tech.GetPointer());
 }