Commit e2add82
Fix macOS CI: Update Vulkan toolchain and migrate to winit 0.30/ash 0.38 APIs (#65)
* Initial plan
* Update macOS CI workflow with Vulkan SDK 1.4.304.0 and arm64-osx triplet
Co-authored-by: dontpanic92 <[email protected]>
* Improve Vulkan SDK installation with fallback method
Co-authored-by: dontpanic92 <[email protected]>
* Add sudo to Vulkan SDK installer and improve error handling
Co-authored-by: dontpanic92 <[email protected]>
* Add diagnostic output for Vulkan SDK extraction
Co-authored-by: dontpanic92 <[email protected]>
* Fix Vulkan SDK installation - use correct extracted directory name
Co-authored-by: dontpanic92 <[email protected]>
* Fix $HOME expansion and add VULKAN_SDK environment variables
Co-authored-by: dontpanic92 <[email protected]>
* Add Vulkan SDK PATH to Build step for glslc access
Co-authored-by: dontpanic92 <[email protected]>
* Centralize VULKAN_SDK_VERSION as workflow environment variable
Co-authored-by: dontpanic92 <[email protected]>
* Add diagnostic logging to debug glslc PATH issue
Co-authored-by: dontpanic92 <[email protected]>
* Install Vulkan SDK to default system location for PATH availability
Co-authored-by: dontpanic92 <[email protected]>
* Replace Vulkan SDK installer with Homebrew packages
Co-authored-by: dontpanic92 <[email protected]>
* Install shaderc instead of vulkan-tools to provide glslc
Co-authored-by: dontpanic92 <[email protected]>
* Fix winit API syntax errors for macOS/Android keyboard input
Co-authored-by: dontpanic92 <[email protected]>
* Fix ash API for macOS Vulkan extensions
Co-authored-by: dontpanic92 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: dontpanic92 <[email protected]>1 parent 156a4b7 commit e2add82
File tree
3 files changed
+16
-19
lines changed- .github/workflows
- radiance/radiance/src
- input/keyboard
- rendering/vulkan
3 files changed
+16
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
72 | | - | |
| 69 | + | |
| 70 | + | |
73 | 71 | | |
74 | | - | |
75 | | - | |
| 72 | + | |
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
82 | | - | |
83 | | - | |
| 79 | + | |
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments