Devsh-Graphics-Programming / Nabla

Vulkan, OptiX and CUDA Interoperation Modular Rendering Library and Framework for PC/Linux/Android
http://devsh.eu
Apache License 2.0
443 stars 48 forks source link

Introduced basic versioning for the cache, so incompatible cache versions (old) are detected at loading time #692

Closed Fletterio closed 2 months ago

Fletterio commented 2 months ago

Description

Shader caches now have versioning so if we ever introduce retrocompatibility-breaking changes to a cache, a program will be able to detect an old cache at runtime and not try to load it

Testing

On 62_CAD