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

Method CreateTextureData

src/engine/TextureCache.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179std::shared_ptr<TextureData> TextureCache::CreateTextureData()
180{
181 return std::make_shared<TextureData>();
182}
183
184bool TextureCache::FillTextureData(
185 const std::shared_ptr<vfs::IBlob>& fileData,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected