Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ Clear
Method
Clear
src/render/PlanarShadowMap.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
void PlanarShadowMap::Clear(nvrhi::ICommandList* commandList)
265
{
266
commandList->clearTextureFloat(m_ShadowMapTexture, m_View->GetSubresources(), nvrhi::Color(1.f));
267
}
Callers
nothing calls this directly
Calls
1
GetSubresources
Method · 0.45
Tested by
no test coverage detected