Skip to content

vtn: ensure TCS control barriers have a large enough memory scope

Rhys Perry requested to merge pendingchaos/mesa:vtn_tcs_mem_scope into main

A workgroup or larger scope is necessary for writes to be visible to other invocations.

This fixes incorrect snow rendering in Indika when replaying the trace from https://github.com/HansKristian-Work/vkd3d-proton/issues/1982

Merge request reports