PixelShaderCaps.MaxStaticFlowControlDepth Field (Microsoft.DirectX.Direct3D)
Specifies the maximum nesting depth of loop/rep and call/callnz bool instructions.
Definition
Visual Basic Public Shared MaxStaticFlowControlDepth As Int32 C# public static Int32 MaxStaticFlowControlDepth; C++ public: static Int32 MaxStaticFlowControlDepth; JScript public static var MaxStaticFlowControlDepth : Int32
Field Value
System.Int32
Value of 4.This field is read-only.