Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FShader
- FGlobalShader
- FScreenPSsRGBSource
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ScreenRendering.h |
| Include | #include "ScreenRendering.h" |
Syntax
class FScreenPSsRGBSource : public FGlobalShader
Remarks
A pixel shader for rendering a textured screen element.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScreenPSsRGBSource
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
||
| FShader * | |||
| ENGINE_API ShaderMetaType & | |||
| ENGINE_API const FTypeLayoutDesc & | |||
| void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
||
| void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
||
| void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
||
| bool | ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
||
| bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
||
| ENGINE_API FTypeLayoutDesc & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| InternalLinkType |
Typedefs
| Name | Description |
|---|---|
| DerivedType | |
| InternalBaseType | |
| ShaderMapType | |
| ShaderMetaType |
Constants
| Name | Description |
|---|---|
| CounterBase | |
| InterfaceType | |
| ShaderTypeRegistration |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetParameters
(
FRHICommandList& RHICmdList, |
SetParameters with FRHIBatchedShaderParameters should be used. | |
| void | SetParameters
(
FRHICommandList& RHICmdList, |
SetParameters with FRHIBatchedShaderParameters should be used. |