IVSmoke 1.0
Loading...
Searching...
No Matches
FIVSmokeHoleCarveCS Class Reference

Compute shader that carves holes into 3D volume texture. More...

#include <IVSmokeHoleShaders.h>

Inheritance diagram for FIVSmokeHoleCarveCS:
Inheritance graph
Collaboration diagram for FIVSmokeHoleCarveCS:
Collaboration graph

Public Member Functions

 DECLARE_GLOBAL_SHADER (FIVSmokeHoleCarveCS)
 
 SHADER_USE_PARAMETER_STRUCT (FIVSmokeHoleCarveCS, FGlobalShader)
 

Static Public Member Functions

static bool ShouldCompilePermutation (const FGlobalShaderPermutationParameters &Parameters)
 
static void ModifyCompilationEnvironment (const FGlobalShaderPermutationParameters &Parameters, FShaderCompilerEnvironment &OutEnvironment)
 

Static Public Attributes

static constexpr uint32 ThreadGroupSizeX = 8
 
static constexpr uint32 ThreadGroupSizeY = 8
 
static constexpr uint32 ThreadGroupSizeZ = 8
 
static constexpr const TCHAR * EventName =
 

Detailed Description

Compute shader that carves holes into 3D volume texture.

Definition at line 93 of file IVSmokeHoleShaders.h.

Member Function Documentation

◆ ModifyCompilationEnvironment()

static void FIVSmokeHoleCarveCS::ModifyCompilationEnvironment ( const FGlobalShaderPermutationParameters &  Parameters,
FShaderCompilerEnvironment &  OutEnvironment 
)
inlinestatic

Definition at line 142 of file IVSmokeHoleShaders.h.

◆ ShouldCompilePermutation()

static bool FIVSmokeHoleCarveCS::ShouldCompilePermutation ( const FGlobalShaderPermutationParameters &  Parameters)
inlinestatic

Definition at line 137 of file IVSmokeHoleShaders.h.

Member Data Documentation

◆ EventName

constexpr const TCHAR* FIVSmokeHoleCarveCS::EventName =
staticconstexpr

Definition at line 99 of file IVSmokeHoleShaders.h.

◆ ThreadGroupSizeX

constexpr uint32 FIVSmokeHoleCarveCS::ThreadGroupSizeX = 8
staticconstexpr

Definition at line 96 of file IVSmokeHoleShaders.h.

◆ ThreadGroupSizeY

constexpr uint32 FIVSmokeHoleCarveCS::ThreadGroupSizeY = 8
staticconstexpr

Definition at line 97 of file IVSmokeHoleShaders.h.

◆ ThreadGroupSizeZ

constexpr uint32 FIVSmokeHoleCarveCS::ThreadGroupSizeZ = 8
staticconstexpr

Definition at line 98 of file IVSmokeHoleShaders.h.


The documentation for this class was generated from the following file: