VertexShaderCaps.DynamicFlowControlDepth Property (Microsoft.DirectX.Direct3D)
Retrieves a value that represents the depth of the dynamic flow control instruction nesting.
Definition
Visual Basic Public ReadOnly Property DynamicFlowControlDepth As Integer C# public int DynamicFlowControlDepth { get; } C++ public:
property int DynamicFlowControlDepth {
int get();
}JScript public function get DynamicFlowControlDepth() : int
Property Value
System.Int32
Integer that represents the level of instruction nesting allowed. The acceptable range of values is 0 to 24.This property is read-only.
Remarks
If this value is zero, the device does not support dynamic flow control. If it is non-zero, the device supports dynamic flow control (instructions if, break, and breakc).