real_tabasco_sauce Posted November 23, 2023 Report Share Posted November 23, 2023 (edited) Ok @vladislavbelov, I could build previous versions such as rP27909 using the fixes fromĀ (https://code.wildfiregames.com/D5092), but now I am unable to build moltenvk. Building Molten VK... Downloading MoltenVK-1.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 ERROR: Download of https://releases.wildfiregames.com/libs/MoltenVK-1.2.2.tar.gz failed Is the link down or outdated? not sure why this link is being used since the libs part of the site doesn't exist (or isn't accessible). Edited November 24, 2023 by real_tabasco_sauce Quote Link to comment Share on other sites More sharing options...
Stan` Posted November 25, 2023 Report Share Posted November 25, 2023 Seems they got lost during the migration @implodedok @Itms 1 Quote Link to comment Share on other sites More sharing options...
Itms Posted November 25, 2023 Report Share Posted November 25, 2023 Oh, it's entirely my fault. I'll restore those. Thanks for the ping 1 1 Quote Link to comment Share on other sites More sharing options...
Itms Posted November 27, 2023 Report Share Posted November 27, 2023 Done, with some delay. Sorry for the inconvenience! 1 Quote Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted November 28, 2023 Report Share Posted November 28, 2023 On 27/11/2023 at 1:06 PM, Itms said: Done, with some delay. Sorry for the inconvenience! Great, the build works fine. Thank you! Quote Link to comment Share on other sites More sharing options...
Dunedan Posted June 12 Report Share Posted June 12 Are there now instructions how to build the SPIR-V shaders locally somewhere? If not, it'd be great if those could be added. Quote Link to comment Share on other sites More sharing options...
vladislavbelov Posted June 12 Author Report Share Posted June 12 5 hours ago, Dunedan said: Are there now instructions how to build the SPIR-V shaders locally somewhere? If not, it'd be great if those could be added. Yep:Ā https://trac.wildfiregames.com/wiki/Vulkan#Buildingshaders 1 Quote Link to comment Share on other sites More sharing options...
Dunedan Posted June 12 Report Share Posted June 12 Thanks a lot. With OpenGL the GLSL shaders get generated on-the-fly and cached on disk, if they aren't present, aren't they? Would that be possible for Vulkan as well? Quote Link to comment Share on other sites More sharing options...
vladislavbelov Posted June 12 Author Report Share Posted June 12 33 minutes ago, Dunedan said: With OpenGL the GLSL shaders get generated on-the-fly and cached on disk, if they aren't present, aren't they? We don't do so. Shaders are compiled each time they're loaded (or used in a pipeline state). Some (but not all) drivers might cache results on a disk. 35 minutes ago, Dunedan said: Would that be possible for Vulkan as well? I have plans for that. We need a library which can be used on all platforms (shaderc is a possible candidate). Though we can't rely on it and we still need to build SPIR-V for releases. Because there might be platforms without such libraries in regular repos. 1 1 Quote Link to comment Share on other sites More sharing options...
Sturm Posted June 24 Report Share Posted June 24 https://www.khronos.org/news/press/khronos-drives-industry-support-for-expanded-3d-features-with-vulkan-roadmap-2024 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.