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

Method ~SourceImageData

tools/cli/NtcCommandLine.cpp:760–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758 SourceImageData(SourceImageData&& other) = delete;
759
760 ~SourceImageData()
761 {
762 for (auto mipLevel : data)
763 {
764 if (mipLevel)
765 stbi_image_free((void*)mipLevel);
766 }
767 data.fill(nullptr);
768 }
769 };
770
771 std::vector<std::shared_ptr<SourceImageData>> images;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected