MCPcopy 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
264void 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

GetSubresourcesMethod · 0.45

Tested by

no test coverage detected