godot/drivers/vulkan
reduz cf3f404d31 Implement Binary Shader Compilation
* Added an extra stage before compiling shader, which is generating a binary blob.
* On Vulkan, this allows caching the SPIRV reflection information, which is expensive to parse.
* On other (future) RenderingDevices, it allows caching converted binary data, such as DXIL or MSL.

This PR makes the shader cache include the reflection information, hence editor startup times are significantly improved.
I tested this well and it appears to work, and I added a lot of consistency checks, but because it includes writing and reading binary information, rare bugs may pop up, so be aware.
There was not much of a choice for storing the reflection information, given shaders can be a lot, take a lot of space and take time to parse.
2021-07-26 08:40:39 -03:00
..
rendering_device_vulkan.cpp Implement Binary Shader Compilation 2021-07-26 08:40:39 -03:00
rendering_device_vulkan.h Implement Binary Shader Compilation 2021-07-26 08:40:39 -03:00
SCsub Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK path option, use xcframework instead of static framework). 2021-07-22 16:29:24 +03:00
vulkan_context.cpp Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
vulkan_context.h Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00