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