mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated ImGui.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user