MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / SetDecompressedImagesAvailable

Method SetDecompressedImagesAvailable

tools/explorer/ModelView.cpp:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void ModelView::SetDecompressedImagesAvailable(bool available)
482{
483 if (available && !m_decompressedImagesAvailable)
484 m_displayMode = DisplayMode::RightTexture;
485 m_decompressedImagesAvailable = available;
486}
487
488void ModelView::SetSemanticBindings(const SemanticBinding* bindings, int count)
489{

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected