Files
0ad/source/renderer
Vladislav Belov fd99348d56 Fixes AMD Vulkan drivers crash with GPU skinning
R16G16B16_SFLOAT isn't guaranteed to be supported:
https://docs.vulkan.org/spec/latest/chapters/formats.html
See Table 17. Mandatory Format Support: 16-bit Components

It's safe to use less components:
https://docs.vulkan.org/spec/latest/chapters/fxvertex.html

> The number of components in the vertex shader input variable
> need not exactly match the number of components in the format.
> If the vertex shader has fewer components, the extra components
> are discarded.

The issue is reported here (second one):

https://wildfiregames.com/forum/topic/129061-two-vulkan-issues-in-a27-and-unrelated-choppiness-caused-by-control-groups/
2026-07-12 17:09:09 +02:00
..
2026-07-09 22:53:30 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-08 11:35:46 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-06-04 20:29:48 +02:00