Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShaderCompiledShaderInitializerType
- FMaterialShaderType::CompiledShaderInitializerType
- FMeshMaterialShaderType::CompiledShaderInitializerType
- FNiagaraShaderType::CompiledShaderInitializerType
- FOpenColorIOShaderType::CompiledShaderInitializerType
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include | #include "Shader.h" |
Syntax
struct FShaderCompiledShaderInitializerType
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TArray< uint8 > & | Code | ||
| uint32 | CodeSize | ||
| FSHAHash | MaterialShaderMapHash | ||
| uint32 | NumInstructions | ||
| uint32 | NumTextureSamplers | ||
| const FSHAHash & | OutputHash | ||
| const FShaderParameterMap & | ParameterMap | ||
| const FShaderType::FParameters * | Parameters | ||
| int32 | PermutationId | ||
| const FShaderPipelineType * | ShaderPipeline | ||
| FShaderTarget | Target | ||
| const FShaderType * | Type | ||
| const FVertexFactoryType * | VertexFactoryType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FShaderCompiledShaderInitializerType
(
const FShaderType* InType, |