PixelShaderCaps.StaticFlowControlDepth Property

Language:

Retrieves the depth of nesting of the loop/rep and call/callnz bool instructions.

Definition

Visual Basic Public ReadOnly Property StaticFlowControlDepth As Integer
C# public int StaticFlowControlDepth { get; }
C++ public:
property int StaticFlowControlDepth {
        int get();
}
JScript public function get StaticFlowControlDepth() : int

Property Value

System.Int32
Integer that represents instruction nesting depth. The acceptable range of values is 0 to 4.

This property is read-only. 

Remarks

If this value is 0, the device does not support static flow control.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center