Skip to content

Commit ce3b8ca

Browse files
authored
Merge pull request #218 from zeux/u305
Update to 1.4.305
2 parents f97f25c + d146486 commit ce3b8ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
shell: bash
2323
run: |
2424
mv Vulkan-Headers ~/Vulkan-Headers
25+
- name: install deps for tests
26+
run: sudo apt install -y xorg-dev
27+
if: matrix.os == 'ubuntu'
2528
- name: build main
2629
shell: bash
2730
run: |
@@ -69,4 +72,4 @@ jobs:
6972
run: |
7073
export VULKAN_SDK=~/Vulkan-Headers
7174
git -C ~/Vulkan-Headers checkout vulkan-sdk-1.3.296
72-
test/run_tests.sh
75+
test/run_tests.sh

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.30)
22

33
project(volk VERSION
44
# VOLK_GENERATE_VERSION
5-
304
5+
305
66
# VOLK_GENERATE_VERSION
77
LANGUAGES C
88
)

volk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616

1717
/* VOLK_GENERATE_VERSION_DEFINE */
18-
#define VOLK_HEADER_VERSION 304
18+
#define VOLK_HEADER_VERSION 305
1919
/* VOLK_GENERATE_VERSION_DEFINE */
2020

2121
#ifndef VK_NO_PROTOTYPES

0 commit comments

Comments
 (0)