- Update to release SDK-1.3.236.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=93
This commit is contained in:
Jan Engelhardt 2022-12-14 12:16:42 +00:00 committed by Git OBS Bridge
parent 6bad9068f5
commit 86c35cbd04
5 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7c185dedf7753d58e7b59913dd4b77006a6ed91fae598c5961f77d85b183da0
size 1691630

3
sdk-1.3.236.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2df85b3daa78ced7f910db870ea2aed10f718c703e18076b4549ca4005c9c451
size 1764629

2
vulkan-headers-rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
# Looks like #! is used only to nudge editors decide on syntax highlighting
addFilter("non-executable-script")

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 13 11:52:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.236.0
* The VK_EXT_descriptor_buffer extension introduces new
commands for putting shader-accessible descriptors directly
in memory.
* Add VkIcdSurfaceImagePipe.
-------------------------------------------------------------------
Mon Oct 24 19:10:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -21,13 +21,14 @@
# Consider only updating the sources in lockstep.
#
Name: vulkan-headers
Version: 1.3.231.0
Version: 1.3.236.0
Release: 0
Summary: Vulkan C and C++ API header files
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Headers
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz
Source9: %name-rpmlintrc
BuildRequires: cmake >= 2.8.11
BuildArch: noarch
Requires: pkgconfig(wayland-client)
@ -61,6 +62,7 @@ to make use of Vulkan.
%license LICENSE.txt
%_includedir/vulkan/
%_includedir/vk_video/
%_datadir/cmake/
%_datadir/vulkan/
%changelog