Skip to content

Example for glfw/WebGPU doesn’t build on newest Dawn on MacOS #8191

@raddad772

Description

@raddad772

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions