GraphicsDeviceCapabilities.PixelShaderCaps Members
Article
12/10/2010
2 minutes to read
In this article
The following tables list the members exposed by the GraphicsDeviceCapabilities.PixelShaderCaps 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).
MaxNumberInstructionSlots
Specifies the maximum number of instruction slots supported.
MaxNumberTemps
Specifies the maximum number of temporary registers supported.
MaxStaticFlowControlDepth
Specifies the 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).
MinNumberInstructionSlots
Specifies the minimum number of instruction slots supported.
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
Public Methods
Protected Methods
See Also
Reference
GraphicsDeviceCapabilities.PixelShaderCaps Structure
Microsoft.Xna.Framework.Graphics Namespace