Skip to content

Commit

Permalink
Doc / Vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 26, 2023
1 parent e9801cb commit e45065d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/hello_imgui/backend_pointers.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ your application behavior using the selected backend.
* `sdlGlContext`: _void *, default=nullptr_. Pointer to SDL's GlContext (of type `SDL_GLContext`).
Only filled if the backend is SDL (or emscripten + sdl)
Note: if using the Metal rendering backend, you can find some interesting pointers inside
`src/hello_imgui/internal/backend_impls/rendering_metal.h`
Note: If using the Metal or Vulkan rendering backend, you can find some interesting pointers inside
`src/hello_imgui/internal/backend_impls/rendering_metal.h` and `src/hello_imgui/internal/backend_impls/rendering_vulkan.h`.
@@md
*/
Expand Down
4 changes: 2 additions & 2 deletions src/hello_imgui/hello_imgui_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ your application behavior using the selected backend.
* `sdlGlContext`: _void *, default=nullptr_. Pointer to SDL's GlContext (of type `SDL_GLContext`).
Only filled if the backend is SDL (or emscripten + sdl)

Note: if using the Metal rendering backend, you can find some interesting pointers inside
`src/hello_imgui/internal/backend_impls/rendering_metal.h`
Note: If using the Metal or Vulkan rendering backend, you can find some interesting pointers inside
`src/hello_imgui/internal/backend_impls/rendering_metal.h` and `src/hello_imgui/internal/backend_impls/rendering_vulkan.h`.


## Store user settings in the ini file
Expand Down

0 comments on commit e45065d

Please sign in to comment.