![]() |
![]() |
![]() |
Caps.PixelShader1xMaxValue Property |
Language: |
Retrieves the maximum value of a pixel shader arithmetic component.
Visual Basic .NET Public ReadOnly Property PixelShader1xMaxValue As Single C# public float PixelShader1xMaxValue { get; } Managed C++ public: __property float get_PixelShader1xMaxValue(); JScript .NET public function get PixelShader1xMaxValue() : float
System.Single . A Single
This property is read-only.value that indicates the maximum value of the pixel shader arithmetic component.
This property's value indicates the internal range of values supported for pixel color-blending operations. Implementations must allow data within this range to pass through pixel processing unmodified (that is, unclamped).
Normally, the value of this member is absolute. For example, a value of 1.0 indicates that the range is -1.0 to 1, and an 8.0 indicates that the range is -8.0 to 8.0. The value is >= 1.0 for any hardware that supports pixel shaders.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center