ID3D11DeviceContextX::OMSetDepthBounds Method

Sets the minimum and maximum depth bounds.

Syntax

public:
void OMSetDepthBounds(
         FLOAT min,
         FLOAT max
)  

Parameters

min
Type: FLOATĀ 

[in] The minimum depth.

max
Type: FLOATĀ 

[in] The maximum depth.

Return value

None.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceContextX Interface

ID3D11DeviceContextX Members