Files
test/source/blender/draw
Jeroen Bakker 505dd9249c Fix: EEVEE: Incorrect binding cryptomatte textures
The cryptomatte textures where optimized for samplers, but could trigger
UB as they are also used with load/store. This PR will change the
dynamic data type of the cryptomatte to always use RGBA32F.

Detected with Vulkan validation layers.

Pull Request: https://projects.blender.org/blender/blender/pulls/139427
2025-05-26 10:48:02 +02:00
..