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 am a student and gamedevver (gamedev as hobby) and there are only build files availible for Windows. Since I am personally a Windows hater, can you also provide a script that generates build files on Linux?
The text was updated successfully, but these errors were encountered:
Unsure if this issue is about full Linux support of the sample project or only the FSR2 API but I've managed to get the latter compile with GCC and CLang on Arch btw. You can checkout my fork which includes some fixes and work-arounds.
It requires wine to run the shader-compiler binary from the tools directory but it should also be possible to adjust my shell script so that it uses glslangValidator directly instead. Most arguments can just be passed to it from my perspective.
I'm currently working on getting FSR2 support in a Vulkan custom framework which is cross-platform. So hopefully my small adjustments will not just work on my system. ^^'
Hello
I am a student and gamedevver (gamedev as hobby) and there are only build files availible for Windows. Since I am personally a Windows hater, can you also provide a script that generates build files on Linux?
The text was updated successfully, but these errors were encountered: