Game Version
2026.8.3.5117Operating System
macOSWhat Happened
The new modification to RaymarchCloud.comp is using layout set 8 (9th, starting with 0). SPIRV-Cross, used by MoltenVK, currently has a hard limit of 8 forkMaxArgumentBuffer, due to the limitation of Tier1 Metal chips. Tier2, if I'm not mistaken, has a max limit of 31 argument buffers, which SPIRV-Cross uses as layout sets. What Was Expected
Checking if it's possible to use a layout set < 8. If not, the change would have to be done on the SPIRV-Cross/MoltenVK side, and would also rule out any of the Tier1 Macs.Workaround
- Disable clouds in the settings (at least under the mentioned version)
Upvote
1