mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 04:58:47 +02:00
Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367)
This commit is contained in:
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/*
|
||||
|
Reference in New Issue
Block a user