GLSL Presets Hidden? - What Driver is Needed?

I’m trying to load some older (3 years) glsl shaders, but I cant figure out how to get them to display. I can get slang to show up fine. Is this a display driver issue? Ive tried several and glsl still is hidden.

Edit: Of course after posting I immediately find one: gl. I thought I had tried it but maybe it needed a restart. What others are compatible for future ref?

GLSL only works with GL.

It’s like this:

  • d3d9: Cg
  • gl: Cg and GLSL
  • glcore, vulkan, d3d10/11/12, GX2, Metal: slang

Nice thanks. I think ill just do development in slang now.

1 Like