update Dear ImGui to 1.89.9
this is part of an upgrade process to the latest version of Dear ImGui it will take a while as I am stepping through individual versions due to the heavy modifications we've made for Furnace
This commit is contained in:
parent
0d1acc41bf
commit
b3d60e512c
19 changed files with 596 additions and 409 deletions
|
|
@ -5,6 +5,8 @@
|
|||
// Implemented features:
|
||||
// [X] Renderer: User texture binding. Use 'WGPUTextureView' as ImTextureID. Read the FAQ about ImTextureID!
|
||||
// [X] Renderer: Large meshes support (64k+ vertices) with 16-bit indices.
|
||||
// Missing features:
|
||||
// [ ] Renderer: Multi-viewport support (multiple windows). Not meaningful on the web.
|
||||
|
||||
// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
|
||||
// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue