ID3D12CommandList::OMSetStencilRef method

[This documentation is preliminary and is subject to change.]

Sets the reference value for depth stencil tests.

Syntax

void OMSetStencilRef(
  UINT StencilRef
);

Parameters

  • StencilRef
    Reference value to perform against when doing a depth-stencil test.

Return value

Returns nothing.

See also

ID3D12CommandList