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

Method EnsureCacheIsValid

src/engine/View.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void PlanarView::EnsureCacheIsValid() const
91{
92 assert(m_CacheValid); // Call UpdateCache() after changing any view parameters
93}
94
95void PlanarView::SetViewport(const nvrhi::Viewport& viewport)
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected