libretro/glsl-shaders

[Android] VHS.glsl wont load on android, other shaders do.

Denshadego opened this issue · 2 comments

I use the VHS.glsl shader on windows no problem, however, on android it wont load. The vulkan version works fine, but off all the gl shaders only VHS won't work. Tested it using the gl driver on 3 android devices, Xiaomi MIPAD 4, HUAWEI MediaPad M5 lite and Huawei Honour 5x.

It's a shame because is the lightest shader with chroma smear available, the ntcs and pal ones load, but have more of an impact on performance.

@demodanza Does changing texture to COMPAT_TEXTURE on line 153 in vhs/shaders/vhs.glsl make it work?

@brankoku good catch. There was one other error that came up after that, but it was easy to squash, too. Should be fixed now :)

@demodanza I'm going to go ahead and close this, but if it still doesn't work on your end, let me know and we can reopen it.