Updated ImGui.

This commit is contained in:
Бранимир Караџић
2025-05-03 10:26:58 -07:00
parent 0e734522cd
commit 1d7d9b049c
8 changed files with 2723 additions and 1985 deletions

View File

@@ -62,7 +62,7 @@ namespace ImGui
, const ImVec4& _borderCol = ImVec4(0.0f, 0.0f, 0.0f, 0.0f)
)
{
Image(toId(_handle, _flags, _mip), _size, _uv0, _uv1, _tintCol, _borderCol);
ImageWithBg(toId(_handle, _flags, _mip), _size, _uv0, _uv1, _borderCol, _tintCol);
}
// Helper function for passing bgfx::TextureHandle to ImGui::Image.