mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-09 10:10:01 +01:00
add spirv ir gen tool
This commit is contained in:
parent
07eb54743d
commit
3b70ef2de2
1
tools/CMakeLists.txt
Normal file
1
tools/CMakeLists.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
add_subdirectory(spv-gen)
|
||||
2
tools/spv-gen/CMakeLists.txt
Normal file
2
tools/spv-gen/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
add_executable(spv-gen spv-gen.cpp)
|
||||
target_link_libraries(spv-gen PUBLIC nlohmann_json)
|
||||
1046
tools/spv-gen/spv-gen.cpp
Normal file
1046
tools/spv-gen/spv-gen.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue