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

Function CmdSetShadingRate

Source/Validation/ImplVal.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335static void NRI_CALL CmdSetShadingRate(CommandBuffer& commandBuffer, const ShadingRateDesc& shadingRateDesc) {
336 ((CommandBufferVal&)commandBuffer).SetShadingRate(shadingRateDesc);
337}
338
339static void NRI_CALL CmdSetDepthBias(CommandBuffer& commandBuffer, const DepthBiasDesc& depthBiasDesc) {
340 ((CommandBufferVal&)commandBuffer).SetDepthBias(depthBiasDesc);

Callers

nothing calls this directly

Calls 1

SetShadingRateMethod · 0.45

Tested by

no test coverage detected