Skip to content

Commit

Permalink
Add vulkan-sdk (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt authored Dec 6, 2024
1 parent 594e672 commit 36e04be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/yaml/opencl-c.yaml → bin/yaml/khronos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ compilers:
check_exe: "bin/clspv --version"
targets:
- main
vulkan-sdk:
type: tarballs
dir: vulkan-sdk/v{name}
strip_components: 1
create_untar_dir: true
url: https://sdk.lunarg.com/sdk/download/{name}/linux/vulkansdk-linux-x86_64-{name}.tar.xz
compression: xz
check_exe: ./x86_64/bin/spirv-cross --help
targets:
- 1.3.296.0

0 comments on commit 36e04be

Please sign in to comment.