Cleanup: Move specialization constant default hash #120889

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:gpu/cleanup/move-specialization-default-hash into main 2024-04-21 16:56:14 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 4fe5b4f29d Cleanup: Move specialization constant default hash
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
The specialization constant default hash was implemented in gl_shader.hh
But the same implementation is needed for vulkan. This PR moves the
default hash to a common place where both backends can use it.
2024-04-21 16:33:01 +02:00