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

GPUVendorRule() public method

public GPUVendorRule ( GPUVendor v, bool ie ) : System
v GPUVendor
ie bool
return System
            public GPUVendorRule( GPUVendor v, bool ie )
                : this()
            {
                Vendor = v;
                Include = ie;
            }