![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MediaShaders.h>
Inheritance diagram for FUYVYConvertPS: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]..
|
inline |
|
inline |
| void FUYVYConvertPS::SetParameters | ( | FRHIBatchedShaderParameters & | BatchedParameters, |
| TRefCountPtr< FRHITexture > | UYVYTexture, | ||
| const FMatrix & | ColorTransform, | ||
| const FVector & | YUVOffset, | ||
| bool | SrgbToLinear | ||
| ) |