GraphicsDeviceCapabilities.VertexShaderCaps Members
本文內容
The following tables list the members exposed by the GraphicsDeviceCapabilities.VertexShaderCaps type.
Public Fields
MaxDynamicFlowControlDepth
Specifies the maximum level of nesting of dynamic flow control instructions (break - vs, break_comp - vs, breakp - vs, if_comp - vs, if_comp - vs, if pred - vs).
MaxNumberTemps
Specifies the maximum number of temporary registers supported.
MaxStaticFlowControlDepth
Specifies the maximum depth of nesting of the loop - vs/rep - vs and call - vs/callnz bool - vs instructions.
MinDynamicFlowControlDepth
Specifies the minimum level of nesting of dynamic flow control instructions (break - vs, break_comp - vs, breakp - vs, if_comp - vs, if_comp - vs, if pred - vs).
MinNumberTemps
Specifies the minimum number of temporary registers supported.
MinStaticFlowControlDepth
Specifies the minimum depth of nesting of the loop - vs/rep - vs and call - vs/callnz bool - vs instructions.
Public Properties
DynamicFlowControlDepth
Gets a value specifying the depth of the dynamic flow control instruction nesting.
NumberTemps
Gets a value specifying the number of temporary registers supported.
StaticFlowControlDepth
Gets a value specifying the depth of nesting of the loop - vs/rep - vs and call - vs/callnz bool - vs instructions.
SupportsPredication
Gets a value indicating whether instruction predication is supported.
Public Methods
Protected Methods
See Also
Reference
GraphicsDeviceCapabilities.VertexShaderCaps Structure
Microsoft.Xna.Framework.Graphics Namespace