MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetVariableRateShadingState

Method SetVariableRateShadingState

src/engine/View.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void PlanarView::SetVariableRateShadingState(const nvrhi::VariableRateShadingState& shadingRateState)
103{
104 m_ShadingRateState = shadingRateState;
105}
106
107void PlanarView::SetMatrices(const affine3& viewMatrix, const float4x4& projMatrix)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected