mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
video_core: Add sirit as optional dependency with Vulkan
sirit is a runtime assembler for SPIR-V
This commit is contained in:
parent
f58f846f40
commit
6272cafac7
4 changed files with 13 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -43,3 +43,6 @@
|
|||
[submodule "externals/zstd"]
|
||||
path = externals/zstd
|
||||
url = https://github.com/facebook/zstd
|
||||
[submodule "sirit"]
|
||||
path = externals/sirit
|
||||
url = https://github.com/ReinUsesLisp/sirit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue