Microsoft DirectX 9.0 SDK Update (October 2004)

PixelShaderCaps.StaticFlowControlDepth Property

Language:

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

Retrieves the depth of nesting of the loop/rep and call/callnz bool instructions.

Definition

Visual Basic .NET Public ReadOnly Property StaticFlowControlDepth As Integer
C# public int StaticFlowControlDepth { get; }
Managed C++ public: __property int get_StaticFlowControlDepth();
JScript .NET 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 0, the device does not support static flow control.


© 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