Skip to content

Commit 7e59864

Browse files
committed
Bump version of Vulkan RD binary shader format
1 parent dce1aab commit 7e59864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/vulkan/rendering_device_vulkan.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -4639,8 +4639,9 @@ String RenderingDeviceVulkan::_shader_uniform_debug(RID p_shader, int p_set) {
46394639
// Version 1: initial.
46404640
// Version 2: Added shader name.
46414641
// Version 3: Added writable.
4642+
// Version 4: 64-bit vertex input mask.
46424643

4643-
#define SHADER_BINARY_VERSION 3
4644+
#define SHADER_BINARY_VERSION 4
46444645

46454646
String RenderingDeviceVulkan::shader_get_binary_cache_key() const {
46464647
return "Vulkan-SV" + itos(SHADER_BINARY_VERSION);

0 commit comments

Comments
 (0)