Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShader
- FGlobalShader
- FResolveVS
- FResolveArrayVS
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ResolveShader.h |
| Include | #include "ResolveShader.h" |
Syntax
class FResolveVS : public FGlobalShader
Remarks
A vertex shader for rendering a textured screen element.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FShaderParameter | PositionMinMax | ||
| FShaderParameter | UVMinMax |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FResolveVS () |
|||
FResolveVS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
||
| FShader * | |||
| RENDERCORE_API ShaderMetaType & | |||
| RENDERCORE_API const FTypeLayoutDesc & | |||
| void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
||
| void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
||
| bool | ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
||
| bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
||
| RENDERCORE_API FTypeLayoutDesc & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| InternalLinkType | |||
| InternalLinkType< COUNTER-CounterBase > |
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. |