WIP: feat(renderer/vk): shaders #12

Closed
light7734 wants to merge 23 commits from ci/build_msvc_amd64 into main
Showing only changes of commit 9662f97095 - Show all commits

View file

@ -14,7 +14,7 @@ steps:
shell: powershell
commands:
- conan profile detect
- conan build . -s build_type=Release
- conan build . -s compiler.cppstd=20 -s build_type=Release
---
kind: pipeline