Axiom.Graphics.Technique.GPUDeviceNameRule.GPUDeviceNameRule C# (CSharp) Method

GPUDeviceNameRule() public method

public GPUDeviceNameRule ( string pattern, bool ie, bool caseSen ) : System
pattern string
ie bool
caseSen bool
return System
            public GPUDeviceNameRule( string pattern, bool ie, bool caseSen )
                : this()
            {
                DevicePattern = pattern;
                Include = ie;
                CaseSensitive = caseSen;
            }