mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
164076d176
The current default is r32g32b32a32 but it requires special support which is not available on all GPUs, so it is not a very convenient default. Instead of changing the default making it different from RTV resoures, the format is required to always be explicit for UAVs. The exceptions are counter_buffer and buffers with "stride", which don't require a format because it is already implied.