| 88 | } |
| 89 | |
| 90 | void PlanarView::EnsureCacheIsValid() const |
| 91 | { |
| 92 | assert(m_CacheValid); // Call UpdateCache() after changing any view parameters |
| 93 | } |
| 94 | |
| 95 | void PlanarView::SetViewport(const nvrhi::Viewport& viewport) |
| 96 | { |
nothing calls this directly
no outgoing calls
no test coverage detected