| 177 | } |
| 178 | |
| 179 | std::shared_ptr<TextureData> TextureCache::CreateTextureData() |
| 180 | { |
| 181 | return std::make_shared<TextureData>(); |
| 182 | } |
| 183 | |
| 184 | bool TextureCache::FillTextureData( |
| 185 | const std::shared_ptr<vfs::IBlob>& fileData, |
nothing calls this directly
no outgoing calls
no test coverage detected