Well custom shaders should work on mac, only creating them is the issue right?
The shaders are written in HLSL and then translated to GLSL to work with OpenGL so it’s the same shader code regardless of platform.
@Jjagg - the shader compiler / mgfx is windows only?
For more information on GLFX check out this post if you haven’t seen it yet. I haven’t worked on it in a while, but it seems to be pretty usable to @Zkylar
I’ve seen it, but I thought GLFX is not ready yet. I think I’ll compile shaders on Windows machine for now, it looks like a more robust solution and I’ll try another approach later.