DaemonEngine / Daemon

The Dæmon game engine. With some bits of ioq3 and XreaL.
https://unvanquished.net
BSD 3-Clause "New" or "Revised" License
303 stars 60 forks source link

Global fog is broken #1396

Open VReaperV opened 4 hours ago

VReaperV commented 4 hours ago

314 shows the map working correctly.

Now it looks like this: Before fog: image After fog: image

VReaperV commented 4 hours ago

It's binding an incorrect image as the depth map for some reason.

VReaperV commented 4 hours ago

This bug is not present when using bindless textures, so it's only the regular codepath that is broken.