mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Bump version of Vulkan RD binary shader format
This commit is contained in:
parent
dce1aab174
commit
7e598642d2
@ -4639,8 +4639,9 @@ String RenderingDeviceVulkan::_shader_uniform_debug(RID p_shader, int p_set) {
|
||||
// Version 1: initial.
|
||||
// Version 2: Added shader name.
|
||||
// Version 3: Added writable.
|
||||
// Version 4: 64-bit vertex input mask.
|
||||
|
||||
#define SHADER_BINARY_VERSION 3
|
||||
#define SHADER_BINARY_VERSION 4
|
||||
|
||||
String RenderingDeviceVulkan::shader_get_binary_cache_key() const {
|
||||
return "Vulkan-SV" + itos(SHADER_BINARY_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user