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