mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Docs: added extraneous link to Getting Started section.
This commit is contained in:
parent
b20f62b162
commit
3f9a90e2a3
19 changed files with 22 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ struct SDL_Renderer;
|
|||
struct SDL_Gamepad;
|
||||
typedef union SDL_Event SDL_Event;
|
||||
|
||||
// Follow "Getting Started" link and check examples/ folder to learn about using backends!
|
||||
IMGUI_IMPL_API bool ImGui_ImplSDL3_InitForOpenGL(SDL_Window* window, void* sdl_gl_context);
|
||||
IMGUI_IMPL_API bool ImGui_ImplSDL3_InitForVulkan(SDL_Window* window);
|
||||
IMGUI_IMPL_API bool ImGui_ImplSDL3_InitForD3D(SDL_Window* window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue