Vulkan backend (#2)

This commit adds the Vulkan backend and SDL2 integration, and provides the `vulkan` example project.
This commit is contained in:
sheaf
2021-01-26 21:45:21 +01:00
committed by GitHub
parent d227561885
commit 0b86356a49
10 changed files with 1878 additions and 1 deletions

View File

@ -1,3 +1,3 @@
packages: *.cabal
package dear-imgui
flags: +sdl2 +opengl
flags: +sdl2 +opengl +vulkan