Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShader
- FGlobalShader
- FScreenVertexShaderVS
- FInstancedScreenVertexShaderVS
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/CommonRenderResources.h |
| Include | #include "CommonRenderResources.h" |
Syntax
class FScreenVertexShaderVS : public FGlobalShader
Remarks
Vertex shader to draw a screen quad that works on all platforms. Does not have any shader parameters. The pixel shader should just use SV_Position.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScreenVertexShaderVS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
||
| FShader * | |||
| const FShaderParametersMetadata * | |||
| RENDERCORE_API ShaderMetaType & | |||
| RENDERCORE_API const FTypeLayoutDesc & | |||
| void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
||
| bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
||
| RENDERCORE_API FTypeLayoutDesc & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FParameters | |||
| InternalLinkType |
Typedefs
| Name | Description |
|---|---|
| DerivedType | |
| InternalBaseType | |
| ShaderMapType | |
| ShaderMetaType |
Constants
| Name | Description |
|---|---|
| CounterBase | |
| InterfaceType | |
| ShaderTypeRegistration |