You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that at least a few slangp shaders have no equivalent in this repo. I'm thinking about these ones in particular: libretro/slang-shaders@93baa7f .
Would it be possible to port them over (at least the simple colorspace-transform ones)?
Thanks
The text was updated successfully, but these errors were encountered:
I've noticed there is a bug where relative paths are not properly parsed in glslp: copy-pasting the entire shader folder to anywhere else results in no shader being detected, but pasting custom glslp shaders into the default dir does result in that shader showing up. This doesn't happen with vulkan shaders.
Shader port looks good, nice work! You probably want to remove the version directive at the top of the file unless it specifically needs one for compatibility purposes, but otherwise, perfect. Care to throw it in a pull request to the main branch?
Hello,
I've noticed that at least a few slangp shaders have no equivalent in this repo. I'm thinking about these ones in particular: libretro/slang-shaders@93baa7f .
Would it be possible to port them over (at least the simple colorspace-transform ones)?
Thanks
The text was updated successfully, but these errors were encountered: