PixelShaderCaps.StaticFlowControlDepth Property |
Language: |
Retrieves the depth of nesting of the loop/rep and call/callnz bool instructions.
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
System.Int32
This property is read-only.
Integer that represents instruction nesting depth. The acceptable range of values is 0 to 4.
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