MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / CmdSetStencilReference

Function CmdSetStencilReference

Source/Validation/ImplVal.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static void NRI_CALL CmdSetStencilReference(CommandBuffer& commandBuffer, uint8_t frontRef, uint8_t backRef) {
320 ((CommandBufferVal&)commandBuffer).SetStencilReference(frontRef, backRef);
321}
322
323static void NRI_CALL CmdSetDepthBounds(CommandBuffer& commandBuffer, float boundsMin, float boundsMax) {
324 ((CommandBufferVal&)commandBuffer).SetDepthBounds(boundsMin, boundsMax);

Callers

nothing calls this directly

Calls 1

SetStencilReferenceMethod · 0.45

Tested by

no test coverage detected