sultim-t / RayTracedGL1

MIT License
128 stars 29 forks source link

[AMD Fix] Insert a COMPUTE->FRAGMENT stage transition barrier before drawing the HUD #28

Closed kd-11 closed 1 year ago

kd-11 commented 1 year ago

Addresses https://github.com/sultim-t/xash-rt/issues/3 Avoids a race between the two stages and fixes the garbled HUD on AMD GPUs.

image