MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ~ImageReference

Method ~ImageReference

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30ImageReference::~ImageReference()
31{
32 if (TextureHandle) {
33 gExtender->IMGUI().UnregisterTexture(TextureHandle, TextureResource);
34 }
35}
36
37bool ImageReference::Bind(FixedString const& iconOrTexture)
38{

Callers

nothing calls this directly

Calls 1

UnregisterTextureMethod · 0.80

Tested by

no test coverage detected