forked from kiss-community/repo
vulkan-headers: new at 1.3.270
This commit is contained in:
parent
9a86ebaabd
commit
62c32b8398
9
extra/vulkan-headers/build
Executable file
9
extra/vulkan-headers/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
cmake -B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
||||
cmake --build build
|
||||
cmake --install build
|
1
extra/vulkan-headers/checksums
Normal file
1
extra/vulkan-headers/checksums
Normal file
@ -0,0 +1 @@
|
||||
6cf0b1c116e1ce41721bbc7033b455aced0c5f320b153f8b4c8dab44d9c7d37005
|
1
extra/vulkan-headers/depends
Normal file
1
extra/vulkan-headers/depends
Normal file
@ -0,0 +1 @@
|
||||
cmake make
|
1
extra/vulkan-headers/sources
Normal file
1
extra/vulkan-headers/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.270.tar.gz
|
1
extra/vulkan-headers/version
Normal file
1
extra/vulkan-headers/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.270 1
|
Loading…
Reference in New Issue
Block a user