Navigation
API > API/Runtime > API/Runtime/RenderCore
An internal dummy pixel shader to use when the user calls RHISetPixelShader(NULL).
| Name | FNULLPS |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/GlobalShader.h |
| Include Path | #include "GlobalShader.h" |
Syntax
class FNULLPS : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → FNULLPS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNULLPS () |
GlobalShader.h | ||
FNULLPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
GlobalShader.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FNULLPS | GlobalShader.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FNULLPS >::Type | GlobalShader.h | |
| ShaderMapType | FGlobalShaderMap | GlobalShader.h | |
| ShaderMetaType | FGlobalShaderType | GlobalShader.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | GlobalShader.h | |
| InterfaceType | ETypeLayoutInterface::Type | GlobalShader.h | |
| ShaderTypeRegistration | FShaderTypeRegistration | GlobalShader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeLayoutDesc & GetTypeLayout() |
GlobalShader.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FShader * ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
GlobalShader.h | ||
static FShader * ConstructSerializedInstance() |
GlobalShader.h | ||
static void GetPermutationIdStringImpl
(
int32 PermutationId, |
GlobalShader.h | ||
static ShaderMetaType & GetStaticType() |
GlobalShader.h | ||
static void InternalDestroy
(
void* Object, |
GlobalShader.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
GlobalShader.h | ||
static void ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
GlobalShader.h | ||
static bool ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
GlobalShader.h | ||
static bool ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
GlobalShader.h | ||
static EShaderPermutationPrecacheRequest ShouldPrecachePermutationImpl
(
const FShaderPermutationParameters& Parameters |
GlobalShader.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
GlobalShader.h |