| 2273 | } |
| 2274 | |
| 2275 | void IMGUIManager::UnregisterTexture(TextureOpaqueHandle id, FixedString const& textureGuid) |
| 2276 | { |
| 2277 | textureLoader_.DecTextureRef(id, textureGuid); |
| 2278 | } |
| 2279 | |
| 2280 | std::optional<ImTextureID> IMGUIManager::BindTexture(TextureOpaqueHandle opaqueHandle) |
| 2281 | { |
no test coverage detected