tgjones / shader-playground

Shader playground website for exploring HLSL, GLSL, SPIR-V compilers
http://shader-playground.timjones.io
BSD 2-Clause "Simplified" License
580 stars 45 forks source link

New language and compiler - Reshade FX and the Reshade FX Shader compiler #71

Open CeeJayDK opened 4 years ago

CeeJayDK commented 4 years ago

https://github.com/crosire/reshade

The Reshade FX Shader compiler can be built standalone. Reshade FX is about 99% identical to HLSL with a few minor changes.

Used by Reshade, Nvidia Ansel, Nvidia FreeStyle and vkBasalt

vkBasalt is also open-source : https://github.com/DadSchoorse/vkBasalt Nvidia Ansel and Nvidia FreeStyle are both closed-source.

CeeJayDK commented 4 years ago

Also see https://github.com/crosire/reshade-shaders/blob/master/REFERENCE.md for an overview of the language.