Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShader
- FGlobalShader
- FYUVv210ConvertPS
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include | #include "MediaShaders.h" |
Syntax
class FYUVv210ConvertPS : public FGlobalShader
Remarks
Pixel shader to convert YUV v210 to RGB
This shader expects a single texture in PF_R32G32B32A32_UINT format. (from which it decodes a R10G10B10A2 encoded data stream, in which RGB components represent the v210 data)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FYUVv210ConvertPS
(
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 | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
||
| RENDERCORE_API FTypeLayoutDesc & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| InternalLinkType |
Typedefs
| Name | Description |
|---|---|
| DerivedType | |
| InternalBaseType | |
| ShaderMapType | |
| ShaderMetaType |
Constants
| Name | Description |
|---|---|
| CounterBase | |
| InterfaceType | |
| ShaderTypeRegistration |