ClippingPrimitive.ApplyToSharedMaterial Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Toggles whether the clipping features will apply to shared materials or material instances (default).
public:
property bool ApplyToSharedMaterial { bool get(); void set(bool value); };
public bool ApplyToSharedMaterial { get; set; }
member this.ApplyToSharedMaterial : bool with get, set
Public Property ApplyToSharedMaterial As Boolean
Property Value
Remarks
Applying to shared materials will allow for GPU instancing to batch calls between Renderers that interact with the same clipping primitives.