Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the GraphicsDeviceCapabilities.VertexShaderCaps type.
Public Fields
Name | Description | |
---|---|---|
![]() |
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
Name | Description | |
---|---|---|
![]() |
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
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
GraphicsDeviceCapabilities.VertexShaderCaps Structure
Microsoft.Xna.Framework.Graphics Namespace