Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShader
- FGlobalShader
- FVYUConvertPS
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include | #include "MediaShaders.h" |
Syntax
class FVYUConvertPS : public FGlobalShader
Remarks
Pixel shader to convert a VYU frame to RGBA.
This shader expects a VYU frame packed into a single texture in PF_R8G8B8A8 format with the following memory layout: [V0, Y0, U0, unused][V1, Y1, U1, unused]..
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVYUConvertPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
||
| FShader * | |||
DECLARE_EXPORTED_TYPE_LAYOUT
(
FVYUConvertPS, |
|||
| RENDERCORE_API ShaderMetaType & | |||
| void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
||
| void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
||
| bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
||
| EShaderPermutationPrecacheRequest | ShouldPrecachePermutationImpl
(
const FShaderPermutationParameters& Parameters |
Typedefs
| Name | Description |
|---|---|
| ShaderMapType | |
| ShaderMetaType |
Constants
| Name | Description |
|---|---|
| ShaderTypeRegistration |
See Also
https://registry.khronos.org/vulkan/specs/1.3/html/vkspec.html#VkSamplerYcbcrModelConversion