Navigation
API > API/Runtime > API/Runtime/RenderCore
Pixel shader to convert a UYVY (Y422, UYNV) frame to RGBA.
This shader expects a UYVY frame packed into a single texture in PF_B8G8R8A8 format with the following memory layout: [U0, Y0, V1, Y1][U1, Y2, V1, Y3]..
| Name | FUYVYConvertPS |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/MediaShaders.h |
| Include Path | #include "MediaShaders.h" |
Syntax
class FUYVYConvertPS : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → FUYVYConvertPS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MediaShaders.h | |||
FUYVYConvertPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
MediaShaders.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FUYVYConvertPS | MediaShaders.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FUYVYConvertPS >::Type | MediaShaders.h | |
| ShaderMapType | FGlobalShaderMap | MediaShaders.h | |
| ShaderMetaType | FGlobalShaderType | MediaShaders.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | MediaShaders.h | |
| InterfaceType | ETypeLayoutInterface::Type | MediaShaders.h | |
| ShaderTypeRegistration | FShaderTypeRegistration | MediaShaders.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeLayoutDesc & GetTypeLayout() |
MediaShaders.h | ||
void SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
MediaShaders.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FShader * ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
MediaShaders.h | ||
static FShader * ConstructSerializedInstance() |
MediaShaders.h | ||
static void GetPermutationIdStringImpl
(
int32 PermutationId, |
MediaShaders.h | ||
static ShaderMetaType & GetStaticType() |
MediaShaders.h | ||
static void InternalDestroy
(
void* Object, |
MediaShaders.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
MediaShaders.h | ||
static void ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
MediaShaders.h | ||
static bool ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
MediaShaders.h | ||
static EShaderPermutationPrecacheRequest ShouldPrecachePermutationImpl
(
const FShaderPermutationParameters& Parameters |
MediaShaders.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
MediaShaders.h |