A really cool shader that lets you translate, scale, and rotate.
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 "manipulationsensation.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main /Fo"manipulationsensation.fxc"
compilation object save succeeded; see Z:\Manipulation-Sensation\manipulationsensation.fxc
.
Shaders compiled ok
- Fix to masking in overlay mode
- Android Support
- MacOS / IOS Support