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

Method TextureCache

src/engine/TextureCache.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115TextureCache::TextureCache(
116 nvrhi::IDevice* device,
117 std::shared_ptr<IFileSystem> fs,
118 std::shared_ptr<DescriptorTableManager> descriptorTable)
119 : m_Device(device)
120 , m_DescriptorTable(std::move(descriptorTable))
121 , m_fs(std::move(fs))
122{
123}
124
125TextureCache::~TextureCache()
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected