Microsoft DirectX 9.0 SDK Update (October 2004)

VertexShaderCaps.DynamicFlowControlDepth Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a value that represents the depth of the dynamic flow control instruction nesting.

Definition

Visual Basic .NET Public ReadOnly Property DynamicFlowControlDepth As Integer
C# public int DynamicFlowControlDepth { get; }
Managed C++ public: __property int get_DynamicFlowControlDepth();
JScript .NET 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).


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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