TextureOperationCaps.SupportsSelectArgument1 Property (Microsoft.DirectX.Direct3D)

Specifies whether the TextureOperation.SelectArgument1 texture blending operation is supported.

Definition

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

Property Value

System.Boolean
Value that is true if TextureOperation.SelectArgument1 is supported, or false if it is not.

This property is read-only. 

See Also