mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-05 04:10:07 +00:00
Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367)
This commit is contained in:
parent
387f724d33
commit
f67699456c
5 changed files with 1008 additions and 0 deletions
4
examples/.gitignore
vendored
4
examples/.gitignore
vendored
|
|
@ -33,6 +33,10 @@ sdl_opengl3_example/Debug/*
|
|||
sdl_opengl3_example/Release/*
|
||||
sdl_opengl3_example/ipch/*
|
||||
sdl_opengl3_example/x64/*
|
||||
sdl_vulkan_example/Debug/*
|
||||
sdl_vulkan_example/Release/*
|
||||
sdl_vulkan_example/ipch/*
|
||||
sdl_vulkan_example/x64/*
|
||||
vulkan_example/Debug/*
|
||||
vulkan_example/Release/*
|
||||
vulkan_example/ipch/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue