MCPcopy Create free account
hub / github.com/Norbyte/bg3se / UnregisterTexture

Method UnregisterTexture

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:2275–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

~ImageReferenceMethod · 0.80
PrepareRenderMethod · 0.80
UpdateMethod · 0.80

Calls 1

DecTextureRefMethod · 0.80

Tested by

no test coverage detected