Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShader
- FGlobalShader
- FYUVConvertPS
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include | #include "MediaShaders.h" |
Syntax
class FYUVConvertPS : public FGlobalShader
Remarks
Pixel shader to convert Y, U, and V planes to RGBA.
This shader expects three textures in PF_G8 format, one for each plane of Y, U, and V components.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FYUVConvertPS
(
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 |