Skip to content

CI: scratch: fix not working on older mingw versions

Petrichor Park requested to merge ci/old-mingw-defn-fix into master

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.

Merge request reports

Loading