renderer_vulkan: Fix some validation errors

* Temporarily add glm until I figure out how to fix the alignment
This commit is contained in:
emufan4568
2022-09-18 20:05:18 +03:00
committed by GPUCode
parent ab3a228e5e
commit 1cd0b04399
37 changed files with 326 additions and 278 deletions

View File

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

1
externals/glm vendored Submodule

Submodule externals/glm added at cc98465e35