defold / sample-lights-and-shadows

Example of how to achieve pixel perfect shadows in a 2D view
MIT License
31 stars 5 forks source link

Fix shadow map rendering on AMD cards #13

Open pabaucom opened 1 year ago

pabaucom commented 1 year ago

Fixes shadow map rendering at wrong location (half distance from light to occluder) on AMD cards.

Fixes #12