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

Method RestoreReferenceTextureView

tools/explorer/NtcExplorer.cpp:1758–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756 }
1757
1758 void RestoreReferenceTextureView(bool rightTexture)
1759 {
1760 if (rightTexture)
1761 {
1762 m_useRightDecompressedImage = false;
1763 m_rightImageName = "Reference";
1764 }
1765 else
1766 {
1767 m_useLeftDecompressedImage = false;
1768 m_leftImageName = "Reference";
1769 }
1770 }
1771
1772 void SetRestoredRunName(CompressionResult const& result, bool useRightTextures)
1773 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected