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 8f12d76401 - Show all commits

View file

@ -13,6 +13,7 @@ steps:
- name: greeting
shell: powershell
commands:
- conan profile detect
- conan build . -s build_type=Release
---