renderer_vulkan: Add experimental Vulkan renderer

* Stil extremelly WIP and missing the rasterizer/renderer classes
This commit is contained in:
emufan4568
2022-09-16 17:19:09 +03:00
committed by GPUCode
parent e1542cea84
commit c85731f3ae
35 changed files with 6096 additions and 14 deletions

View File

@@ -60,6 +60,9 @@ endif()
# Glad
add_subdirectory(glad)
# glslang
add_subdirectory(glslang)
# inih
add_subdirectory(inih)

1
externals/glslang vendored Submodule

Submodule externals/glslang added at c0cf8ad876