Esempio n. 1
0
 public GPUDeviceNameRule(string pattern, Technique.IncludeOrExclude ie, bool caseSen) : this(OgrePINVOKE.new_Technique_GPUDeviceNameRule__SWIG_1(pattern, (int)ie, caseSen), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public GPUVendorRule(GPUVendor v, Technique.IncludeOrExclude ie) : this(OgrePINVOKE.new_Technique_GPUVendorRule__SWIG_1((int)v, (int)ie), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public void addGPUDeviceNameRule(string devicePattern, Technique.IncludeOrExclude includeOrExclude)
 {
     OgrePINVOKE.Technique_addGPUDeviceNameRule__SWIG_1(swigCPtr, devicePattern, (int)includeOrExclude);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public void addGPUVendorRule(GPUVendor vendor, Technique.IncludeOrExclude includeOrExclude)
 {
     OgrePINVOKE.Technique_addGPUVendorRule__SWIG_0(swigCPtr, (int)vendor, (int)includeOrExclude);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }