-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Closed
Description
Version/Branch of Dear ImGui:
Latest master
Back-ends:
imgui_impl_glfw.cpp
Compiler, OS:
MacOS Clang
Full config/build information:
No response
Details:
My Issue/Question:
Latest version of Dawn dropped the WGPUSwapChain, after they were deprecated for a while. You’re supposed to configure a Surface I guess? I don’t know webGPU this is just what the errors say
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();Literally just try to compile the example code with latest Dawn on MacOS