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(); } }
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(); } }
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(); } }
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(); } }