IVSmoke
1.0
Loading...
Searching...
No Matches
IVSmokeHoleShaders.cpp
1
// Copyright (c) 2026, Team SDB. All rights reserved.
2
3
#include "IVSmokeHoleShaders.h"
4
5
IMPLEMENT_GLOBAL_SHADER(
FIVSmokeHoleCarveCS
,
"/Plugin/IVSmoke/IVSmokeHoleCarveCS.usf"
,
"MainCS"
, SF_Compute);
6
IMPLEMENT_GLOBAL_SHADER(
FIVSmokeHoleBlurCS
,
"/Plugin/IVSmoke/IVSmokeHoleBlurCS.usf"
,
"MainCS"
, SF_Compute);
FIVSmokeHoleBlurCS
Compute shader for 1D separable blur on 3D volume texture. Run 3 times (X, Y, Z axis) for full 3D Gau...
Definition
IVSmokeHoleShaders.h:159
FIVSmokeHoleCarveCS
Compute shader that carves holes into 3D volume texture.
Definition
IVSmokeHoleShaders.h:94
plugins
UE5.7
IVSmoke
Source
IVSmoke
Private
IVSmokeHoleShaders.cpp
Generated by
1.9.8