Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | TClearReplacementCS |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h |
| Include Path | #include "ClearReplacementShaders.h" |
Syntax
template<EClearReplacementResourceType ResourceType, typename BaseType>
class TClearReplacementCS : public BaseType
Inheritance Hierarchy
- BaseType → TClearReplacementCS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ClearReplacementShaders.h | |||
TClearReplacementCS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
ClearReplacementShaders.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | TClearReplacementCS | ClearReplacementShaders.h | |
| InternalBaseType | typename TGetBaseTypeHelper< TClearReplacementCS >::Type | ClearReplacementShaders.h | |
| ShaderMapType | FGlobalShaderMap | ClearReplacementShaders.h | |
| ShaderMetaType | FGlobalShaderType | ClearReplacementShaders.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bUseWrappedGroupCount | bool | Use wrapping for 1D layouts if supported. | ClearReplacementShaders.h |
| CounterBase | int | ClearReplacementShaders.h | |
| InterfaceType | ETypeLayoutInterface::Type | ClearReplacementShaders.h | |
| ShaderTypeRegistration | FShaderTypeRegistration | ClearReplacementShaders.h | |
| ThreadGroupSizeX | uint32 | ClearReplacementShaders.h | |
| ThreadGroupSizeY | uint32 | ClearReplacementShaders.h | |
| ThreadGroupSizeZ | uint32 | ClearReplacementShaders.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FShaderResourceParameterClearResourceParam | ClearReplacementShaders.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FShaderResourceParameter & GetClearResourceParam() |
ClearReplacementShaders.h | ||
uint32 GetResourceParamIndex() |
ClearReplacementShaders.h | ||
const FTypeLayoutDesc & GetTypeLayout() |
ClearReplacementShaders.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FShader * ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
ClearReplacementShaders.h | ||
static FShader * ConstructSerializedInstance() |
ClearReplacementShaders.h | ||
static const TCHAR * GetFunctionName() |
ClearReplacementShaders.h | ||
static FIntVector GetGroupCount
(
uint32 SizeX, |
ClearReplacementShaders.h | ||
static void GetPermutationIdStringImpl
(
int32 PermutationId, |
ClearReplacementShaders.h | ||
static ShaderMetaType & GetStaticType() |
ClearReplacementShaders.h | ||
static void InternalDestroy
(
void* Object, |
ClearReplacementShaders.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
ClearReplacementShaders.h | ||
static void ModifyCompilationEnvironment
(
const FGlobalShaderPermutationParameters& Parameters, |
ClearReplacementShaders.h | ||
static void ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
ClearReplacementShaders.h | ||
static bool ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
ClearReplacementShaders.h | ||
static bool ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
ClearReplacementShaders.h | ||
static EShaderPermutationPrecacheRequest ShouldPrecachePermutationImpl
(
const FShaderPermutationParameters& Parameters |
ClearReplacementShaders.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
ClearReplacementShaders.h |