Skip to content

Commit 823ccc2

Browse files
committed
Examples: update docs. (#8381)
1 parent ff672b2 commit 823ccc2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/EXAMPLES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ OSX + OpenGL2 example. <BR>
7272
You may prefer to use the GLFW Or SDL backends, which will also support Windows and Linux.)
7373

7474
[example_glfw_wgpu/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_wgpu/) <BR>
75-
GLFW + WebGPU example. Supports Emscripten (web) or Dawn (desktop) <BR>
75+
GLFW + WebGPU example. Supports Emscripten (web), Dawn (native), WGPU (native). <BR>
7676
= main.cpp + imgui_impl_glfw.cpp + imgui_impl_wgpu.cpp
7777
Note that the 'example_glfw_opengl3' and 'example_sdl2_opengl3' examples also supports Emscripten!
7878

@@ -149,6 +149,11 @@ SDL2 (Win32, Mac, Linux, etc.) + Vulkan example. <BR>
149149
This is quite long and tedious, because: Vulkan. <BR>
150150
For this example, the main.cpp file exceptionally use helpers function from imgui_impl_vulkan.h/cpp.
151151

152+
[example_sdl2_wgpu/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl2_wgpu/) <BR>
153+
SDL2 + WebGPU example. Supports Emscripten (web), Dawn (native), WGPU (native). <BR>
154+
= main.cpp + imgui_impl_sdl2.cpp + imgui_impl_wgpu.cpp
155+
(note that the 'example_sdl2_opengl3' example also supports Emscripten!)
156+
152157
[example_sdl3_directx11/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl3_directx11/) <BR>
153158
SDL3 + DirectX11 examples, Windows only. <BR>
154159
= main.cpp + imgui_impl_sdl3.cpp + imgui_impl_dx11.cpp <BR>
@@ -177,6 +182,11 @@ SDL3 (Win32, Mac, Linux, etc.) + Vulkan example. <BR>
177182
This is quite long and tedious, because: Vulkan. <BR>
178183
For this example, the main.cpp file exceptionally use helpers function from imgui_impl_vulkan.h/cpp.
179184

185+
[example_sdl3_wgpu/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl3_wgpu/) <BR>
186+
SDL3 + WebGPU example. Supports Emscripten (web), Dawn (native), WGPU (native). <BR>
187+
= main.cpp + imgui_impl_sdl3.cpp + imgui_impl_wgpu.cpp
188+
(note that the 'example_sdl3_opengl3' example also supports Emscripten!)
189+
180190
[example_win32_directx9/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx9/) <BR>
181191
DirectX9 example, Windows only. <BR>
182192
= main.cpp + imgui_impl_win32.cpp + imgui_impl_dx9.cpp

0 commit comments

Comments
 (0)