Yatekii / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.
MIT License
256 stars 86 forks source link

Docking not Working ? #93

Closed Snowiiii closed 1 year ago

Snowiiii commented 1 year ago

Description

Docking was Implementet in imgui-rs 0.9.0 since then it can be Enabled using the 'docking' feature, But it dosn't work i guess this is a WGPU Problem

System Information

Linux Arch.

imgui = { version = "0.10", features = [ "docking" ] }
imgui-winit-support = { version = "0.10"  }
imgui-wgpu = "0.22.0"

winit = "0.27.1"
wgpu = "0.15.1"
PixelboysTM commented 1 year ago

I dont know if this is obvious but for docking to work you need to set the DOCKING_ENABLE feature flag when after creating the context.