vkd3d: Fix the macOS build.
A few recent changes broke the macOS build. Unfortunately nobody noticed, because the macOS CI job always fails. :-(
However, we can still fix that. I'm not sure that the last commit is the best approach, would like to have comments from Henri.
Merge request reports
Activity
However, we can still fix that. I'm not sure that the last commit is the best approach, would like to have comments from Henri.
I'm not quite sure. It seems like in general it would be best to not include vkd3d_d3dcompiler.h in vkd3d-utils; that may require introducing a separate header for types like D3D_BLOB_PART. (And note that we currently include vkd3d_d3dcompiler.h from vkd3d_utils_private.h as well.)
added 31 commits
-
81df966b...8e5c8c17 - 27 commits from branch
wine:master
- d06d63b1 - ci: Allow the artifact copy to fail.
- b2762b5d - vkd3d-shader: Explicitly cast vkd3d_shader_global_flags to uint64_t.
- 29729199 - ci: Make the MoltenVK logging less verbose.
- 80c08754 - include: Import vkd3d_d3dcompiler.h instead of redefining D3D_BLOB_PART.
Toggle commit list-
81df966b...8e5c8c17 - 27 commits from branch
added 15 commits
-
80c08754...ecdc3f39 - 11 commits from branch
wine:master
- 9227c68f - ci: Allow the artifact copy to fail.
- 83186078 - vkd3d-shader: Explicitly cast vkd3d_shader_global_flags to uint64_t.
- c4568d9e - ci: Make the MoltenVK logging less verbose.
- a57b05bc - include: Import vkd3d_d3dcompiler.h instead of redefining D3D_BLOB_PART.
Toggle commit list-
80c08754...ecdc3f39 - 11 commits from branch
added 1 commit
- 188e72fd - include: Move D3D_BLOB_PART to a new header file.
mentioned in merge request !445 (closed)
added 25 commits
-
188e72fd...31346e2c - 21 commits from branch
wine:master
- 29552326 - ci: Allow the artifact copy to fail.
- 0d4aebd2 - vkd3d-shader: Explicitly cast vkd3d_shader_global_flags to uint64_t.
- 4e1f4cc4 - ci: Make the MoltenVK logging less verbose.
- bae60790 - include: Move D3D_BLOB_PART to a new header file.
Toggle commit list-
188e72fd...31346e2c - 21 commits from branch