Files
gio-patched/gpu
Elias Naur 41e812d5e8 gpu: [compute] always bind valid materials texture
Currently, we run kernel4.comp with whatever texture was
bound (or none) when there are no materials in the set of layers.

However, Vulkan require every image binding to a compute shader to be
non-null and valid. This change works around that limitation by binding
a small dummy texture when no materials are needed.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2021-09-20 15:13:00 +02:00
..
2021-09-20 15:13:00 +02:00
2021-09-20 15:13:00 +02:00
2021-08-21 08:31:46 +02:00
2021-09-20 15:13:00 +02:00
2021-08-27 07:48:26 +02:00
2021-09-20 15:13:00 +02:00
2021-07-27 14:34:18 +02:00