WillPower3309 / swayfx

SwayFX: Sway, but with eye candy!
MIT License
1.29k stars 48 forks source link

remove 'f' suffixes from tex.frag to fix nvidia #136

Closed Inconn closed 1 year ago

Inconn commented 1 year ago

edit that removes the two 'f' suffixes that prevented tex.frag from compiling on NVIDIA drivers i am unsure if this breaks anything (specifically on other GPUs?), so feedback might be needed, but it runs on my NVIDIA gpu.

Fixes #133

Inconn commented 1 year ago

also i'm unsure if there's a better way of fixing this, since i'm not very experienced with shaders, but every where else doesn't seem to use the f suffix so i'm assuming it was just a mistake or something that worked on other GPUs

WillPower3309 commented 1 year ago

Thanks for looking into this! I'll spend a bit of time researching the issue but this will likely be merged.