Navigation
API > API/Plugins > API/Plugins/RivermaxRendering
Compute shader to convert 2110 YUV8 to RGBA
| Name | FYUV8Bit422ToRGBACS |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxRendering/Public/RivermaxShaders.h |
| Include Path | #include "RivermaxShaders.h" |
Syntax
class FYUV8Bit422ToRGBACS : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → FYUV8Bit422ToRGBACS
Structs
| Name | Remarks |
|---|---|
| FYUV8Bit422Buffer | Structure definition to match StructuredBuffer in RivermaxShaders.usf. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FYUV8Bit422ToRGBACS::FParameters * AllocateAndSetParameters
(
FRDGBuilder& GraphBuilder, |
Allocates and setup shader parameter in the incoming graph builder | RivermaxShaders.h | |
BEGIN_SHADER_PARAMETER_STRUCT
(
FParameters |
RivermaxShaders.h | ||
DECLARE_EXPORTED_GLOBAL_SHADER
(
FYUV8Bit422ToRGBACS, |
RivermaxShaders.h | ||
InputYUV4228bitBuffer TotalElementCount OutTexture END_SHADER_PARAMETER_STRUCT() |
RivermaxShaders.h | ||
InputYUV4228bitBuffer SHADER_PARAMETER
(
FMatrix44f, |
RivermaxShaders.h | ||
InputYUV4228bitBuffer TotalElementCount SHADER_PARAMETER
(
uint32, |
RivermaxShaders.h | ||
SHADER_USE_PARAMETER_STRUCT
(
FYUV8Bit422ToRGBACS, |
RivermaxShaders.h |