VertexShaderCaps.MaxDynamicFlowControlDepth Field (Microsoft.DirectX.Direct3D)
Specifies the maximum level of nesting of dynamic flow control instructions (break, breakc, ifc).
Definition
Visual Basic Public Shared MaxDynamicFlowControlDepth As Int32 C# public static Int32 MaxDynamicFlowControlDepth; C++ public: static Int32 MaxDynamicFlowControlDepth; JScript public static var MaxDynamicFlowControlDepth : Int32
Field Value
System.Int32
Value of 24.This field is read-only.