RPCSX / rpcsx

GNU General Public License v2.0
1.26k stars 60 forks source link

Bump vk headers #30

Closed ryzendew closed 1 year ago

ryzendew commented 1 year ago

Thanks to qurious For this fix!

The CI is failing because the vulkan headers version was bumped with commit https://github.com/RPCSX/rpcsx/commit/760aea0e49a6081405ba41151028a7166f90a223 it is building vulkan-headers 1.2.204 but requires minimum 1.3.247 for VK_EXT_SHADER_OBJECT on my build, adding the latest headers to rpcsx.yml succeeds.

ryzendew commented 1 year ago

PR is done and ready to be merged.