Share via


PixelShaderCaps.SupportsArbitrarySwizzle Property (Microsoft.DirectX.Direct3D)

Determines whether arbitrary swizzle is supported.

Definition

Visual Basic Public ReadOnly Property SupportsArbitrarySwizzle As Boolean
C# public bool SupportsArbitrarySwizzle { get; }
C++ public:
property bool SupportsArbitrarySwizzle {
        bool get();
}
JScript public function get SupportsArbitrarySwizzle() : boolean

Property Value

System.Boolean
Value that is true if arbitrary swizzle is supported, or false if it is not.

This property is read-only.