Loading...
Searching...
No Matches
3#include "IVSmokeShaders.h"
8IMPLEMENT_GLOBAL_SHADER(
FIVSmokeVoxelFXAACS,
"/Plugin/IVSmoke/IVSmokeVoxelFXAACS.usf",
"MainCS", SF_Compute);
10IMPLEMENT_GLOBAL_SHADER(
FIVSmokeCompositePS,
"/Plugin/IVSmoke/IVSmokeCompositePS.usf",
"MainPS", SF_Pixel);
11IMPLEMENT_GLOBAL_SHADER(
FIVSmokeCopyPS,
"/Plugin/IVSmoke/IVSmokeCopy.usf",
"MainPS", SF_Pixel);
16IMPLEMENT_GLOBAL_SHADER(
FIVSmokeVSMBlurCS,
"/Plugin/IVSmoke/IVSmokeVSM.usf",
"BlurCS", SF_Compute);
19IMPLEMENT_GLOBAL_SHADER(
FIVSmokeDepthWritePS,
"/Plugin/IVSmoke/IVSmokeDepthWritePS.usf",
"MainPS", SF_Pixel);