| 28 | } |
| 29 | |
| 30 | ImageReference::~ImageReference() |
| 31 | { |
| 32 | if (TextureHandle) { |
| 33 | gExtender->IMGUI().UnregisterTexture(TextureHandle, TextureResource); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | bool ImageReference::Bind(FixedString const& iconOrTexture) |
| 38 | { |
nothing calls this directly
no test coverage detected