forked from pool/vulkan-volk
vulkan-volk 1.4.304
This commit is contained in:
parent
64452ce857
commit
6bb401af63
BIN
a776ece3fb71849ce220acaf3affea4df06cb587.tar.gz
(Stored with Git LFS)
Normal file
BIN
a776ece3fb71849ce220acaf3affea4df06cb587.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
vulkan-sdk-1.3.296.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.296.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 24 01:36:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to 1.4.304
|
||||||
|
* Unify version workarounds for VK_HUAWEI_subpass_shading /
|
||||||
|
VK_NVX_image_view_handle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 16:37:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Oct 8 16:37:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vulkan-volk
|
Name: vulkan-volk
|
||||||
%define lname libvolk-1_3_296
|
%define lname libvolk-1_4_304
|
||||||
Version: 1.3.296
|
%define rev a776ece3fb71849ce220acaf3affea4df06cb587
|
||||||
|
Version: 1.4.304
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Meta loader for the Vulkan API
|
Summary: Meta loader for the Vulkan API
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/zeux/volk
|
URL: https://github.com/zeux/volk
|
||||||
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
Source: https://github.com/zeux/volk/archive/%rev.tar.gz
|
||||||
Patch1: shared.diff
|
Patch1: shared.diff
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -59,7 +60,7 @@ Conflicts: volk-devel
|
|||||||
Headers needed for programs to utilize the Vulkan VOLK meta loader.
|
Headers needed for programs to utilize the Vulkan VOLK meta loader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n volk-vulkan-sdk-%version.0
|
%autosetup -p1 -n volk-%rev
|
||||||
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
|
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user