Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | TClearReplacementBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h |
| Include Path | #include "ClearReplacementShaders.h" |
Syntax
template<EClearReplacementValueType ValueType, uint32 NumChannels, bool bZeroOutput, bool bEnableBounds>
struct TClearReplacementBase : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → TClearReplacementBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ClearReplacementShaders.h | |||
TClearReplacementBase
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
ClearReplacementShaders.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | TClearReplacementBase | ClearReplacementShaders.h | |
| InternalBaseType | typename TGetBaseTypeHelper< TClearReplacementBase >::Type | ClearReplacementShaders.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bSupportsWrappedGroupCount | bool | Wrapping group counts will require bounds checking to account for additional groups from the wrapping stride. | ClearReplacementShaders.h |
| CounterBase | int | ClearReplacementShaders.h | |
| InterfaceType | ETypeLayoutInterface::Type | ClearReplacementShaders.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FShaderParameterClearValueParam | ClearReplacementShaders.h | |||
| FShaderParameterMaxBoundsParam | ClearReplacementShaders.h | |||
| FShaderParameterMinBoundsParam | ClearReplacementShaders.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf::Type GetClearValueParam() |
ClearReplacementShaders.h | ||
TEnableIf< bEnableBounds, T >::Type GetMaxBoundsParam() |
ClearReplacementShaders.h | ||
TEnableIf< bEnableBounds, T >::Type GetMinBoundsParam() |
ClearReplacementShaders.h | ||
const FTypeLayoutDesc & GetTypeLayout() |
ClearReplacementShaders.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TCHAR * GetSourceFilename() |
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 FTypeLayoutDesc & StaticGetTypeLayout() |
ClearReplacementShaders.h |