Page 1 of 1

HLSL Support?

Posted: Sat Jul 12, 2014 2:03 am
by tjcbs
Does the HLSL shader support actually work? .fx is not in the file filter when you select a D3D shader. I tried to load a .fx file from DosBox, and it just said "Error loading HLSL file".

If it does work, where is an example of a working shader? Is there a way to get any additional error output? Nothing shows up in stderr.txt

The reason I want to use HLSL, is I have a shader that I use with multiple emulators, and the less shader formats I have to support, the better.

Re: HLSL Support?

Posted: Sun Jul 13, 2014 6:00 pm
by OV2
HLSL/GLSL support still works, but you can consider it deprecated. It was based on the bsnes shader format, which has since been abandoned.

You're basically stuck with cg/cgp shaders, where snes9x/win32 has implemented the retroarch format. This will be kept up to date.