A shader that adds a "swirl" distortion effect.
FXC (apart of the Windows SDK)
- Insert
FXC.exe
into the root directory or insert the path for FXC in line 11 ofCompileShader.bat
- Run
CompileShader.bat
- You should get a successful compilation message:
fxc.exe "swirl.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main /Fo"swirl.fxc"
compilation object save succeeded; see Z:\Swirl\swirl.fxc
.
Shaders compiled ok
- Anti-Aliasing
- Android Support
- MacOS / IOS Support