Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367)

This commit is contained in:
omar
2018-02-21 22:41:04 +01:00
parent 387f724d33
commit f67699456c
5 changed files with 1008 additions and 0 deletions

4
examples/.gitignore vendored
View File

@ -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/*