VertexShaderCaps.StaticFlowControlDepth Property (Microsoft.DirectX.Direct3D)
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 zero, the device does not support static flow control.