aedi: update vulkan-loader to 1.3.204

This commit is contained in:
alexey.lysiuk 2022-02-10 12:26:47 +02:00
parent 6c4bb3e9dc
commit 04888c1867

View file

@ -675,8 +675,8 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
# Version should match with the current MoltenVK release
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.2.198.tar.gz',
'b4a0ec6ce8921f50ab291f1c3a16802cfbe2c3dbd86820eb699bfb98890ad126')
'https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.204.tar.gz',
'256cfe468499c0bc67cd367b748c65bcccac1d08e0040a4f46154e86be1a8f77')
def configure(self, state: BuildState):
state.options['BUILD_STATIC_LOADER'] = 'YES'