Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple GUI with ImGui #4

Open
kugimasa opened this issue Sep 7, 2023 · 1 comment
Open

Simple GUI with ImGui #4

kugimasa opened this issue Sep 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kugimasa
Copy link
Owner

kugimasa commented Sep 7, 2023

https://eliemichel.github.io/LearnWebGPU/basic-3d-rendering/some-interaction/simple-gui.html

@kugimasa kugimasa added the enhancement New feature or request label Sep 9, 2023
@kugimasa kugimasa moved this to Todo in WebGPUTracer Sep 9, 2023
@kugimasa
Copy link
Owner Author

First we have to setup the depth buffer to the render pipeline

 ImGui_ImplWGPU_Init(device_, 3, swap_chain_format_, depth_texture_format_);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant