Caps.PixelShader1xMaxValue Property (Microsoft.DirectX.Direct3D)

Retrieves the maximum value of a pixel shader arithmetic component.

Definition

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

Property Value

System.Single
A SingleLeave Site value that indicates the maximum value of the pixel shader arithmetic component.

This property is read-only. 

Remarks

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.