![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MediaShaders.h>
Inheritance diagram for FYVYUConvertPS:Pixel shader to convert a YVYU frame to RGBA.
This shader expects a YVYU frame packed into a single texture in PF_B8G8R8A8 format with the following memory layout: [Y0, V0, Y1, U0][Y2, V1, Y3, U1]..
|
inline |
|
inline |
| void FYVYUConvertPS::SetParameters | ( | FRHIBatchedShaderParameters & | BatchedParameters, |
| TRefCountPtr< FRHITexture > | YVYUTexture, | ||
| const FMatrix & | ColorTransform, | ||
| const FVector & | YUVOffset, | ||
| bool | SrgbToLinear | ||
| ) |