We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3e3b73 + 864d4fb commit 2d6af00Copy full SHA for 2d6af00
servers/rendering/renderer_rd/storage_rd/render_scene_buffers_rd.h
@@ -128,7 +128,7 @@ class RenderSceneBuffersRD : public RenderSceneBuffers {
128
h = hash_murmur3_one_32(p_val.layers, h);
129
h = hash_murmur3_one_32(p_val.mipmap, h);
130
h = hash_murmur3_one_32(p_val.mipmaps, h);
131
- h = hash_murmur3_one_32(p_val.texture_view.format_override);
+ h = hash_murmur3_one_32(p_val.texture_view.format_override, h);
132
h = hash_murmur3_one_32(p_val.texture_view.swizzle_r, h);
133
h = hash_murmur3_one_32(p_val.texture_view.swizzle_g, h);
134
h = hash_murmur3_one_32(p_val.texture_view.swizzle_b, h);
0 commit comments