File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
22
shell : bash
23
23
run : |
24
24
mv Vulkan-Headers ~/Vulkan-Headers
25
+ - name : install deps for tests
26
+ run : sudo apt install -y xorg-dev
27
+ if : matrix.os == 'ubuntu'
25
28
- name : build main
26
29
shell : bash
27
30
run : |
69
72
run : |
70
73
export VULKAN_SDK=~/Vulkan-Headers
71
74
git -C ~/Vulkan-Headers checkout vulkan-sdk-1.3.296
72
- test/run_tests.sh
75
+ test/run_tests.sh
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.30)
2
2
3
3
project (volk VERSION
4
4
# VOLK_GENERATE_VERSION
5
- 304
5
+ 305
6
6
# VOLK_GENERATE_VERSION
7
7
LANGUAGES C
8
8
)
Original file line number Diff line number Diff line change 15
15
#endif
16
16
17
17
/* VOLK_GENERATE_VERSION_DEFINE */
18
- #define VOLK_HEADER_VERSION 304
18
+ #define VOLK_HEADER_VERSION 305
19
19
/* VOLK_GENERATE_VERSION_DEFINE */
20
20
21
21
#ifndef VK_NO_PROTOTYPES
You can’t perform that action at this time.
0 commit comments