Files
filament/libs
Mathias Agopian 185c83dae2 Fix a crash on Vulkan with some Adreno drivers
We were using a specialization constant to size an array inside an
UBO interface block, which caused the crash in the Vulkan driver.

However, this specialization constant was only used to workaround a
Chrome bug on WebGL. Additionally, specialized array size inside blocks
are not fully supported in spirv.

This workaround simply replaces the specialization constant by a 
constant on Vulkan.

Fix #6444
2023-01-18 10:36:43 -08:00
..
2022-09-27 15:52:40 -07:00
2023-01-05 17:38:16 -08:00
2022-12-06 11:18:35 -08:00
2022-12-06 11:18:35 -08:00
2022-09-27 15:52:40 -07:00
2022-08-24 11:41:10 -07:00