Caps.PixelShader1xMaxValue Property |
Language: |
Retrieves the maximum value of a pixel shader arithmetic component.
Visual Basic Public ReadOnly Property PixelShader1xMaxValue As Single C# public float PixelShader1xMaxValue { get; } C++ public:
property float PixelShader1xMaxValue {
float get();
}JScript public function get PixelShader1xMaxValue() : float
System.Single
This property is read-only.
A Single 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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center