VertexShaderCaps.DynamicFlowControlDepth Property |
Language: |
Retrieves a value that represents the depth of the dynamic flow control instruction nesting.
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
System.Int32
This property is read-only.
Integer that represents the level of instruction nesting allowed. The acceptable range of values is 0 to 24.
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).
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