mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-18 04:00:55 -05:00
Update code to work with new version of ImGui.
UpdateImGuiTexture now handles creating font textures and modifying them.
This commit is contained in:
@@ -20,6 +20,11 @@ AbstractTexture::AbstractTexture(const TextureConfig& c) : m_config(c)
|
||||
{
|
||||
}
|
||||
|
||||
AbstractTexture::operator ImTextureRef() const
|
||||
{
|
||||
return ImTextureRef(reinterpret_cast<AbstractTexture::imgui_texture_id>(this));
|
||||
}
|
||||
|
||||
void AbstractTexture::FinishedRendering()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user