Navigation
API > API/Plugins > API/Plugins/PixelCaptureShaders
| |
|
| Name |
FRGBToYUVShaderParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/PixelCapture/Source/PixelCaptureShaders/Public/RGBToYUVShader.h |
| Include Path |
#include "RGBToYUVShader.h" |
Syntax
struct FRGBToYUVShaderParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DestPlaneU |
FUnorderedAccessViewRHIRef |
|
RGBToYUVShader.h |
|
| DestPlaneUVDimensions |
FIntPoint |
|
RGBToYUVShader.h |
|
| DestPlaneV |
FUnorderedAccessViewRHIRef |
|
RGBToYUVShader.h |
|
| DestPlaneY |
FUnorderedAccessViewRHIRef |
|
RGBToYUVShader.h |
|
| DestPlaneYDimensions |
FIntPoint |
|
RGBToYUVShader.h |
|
| SourceTexture |
FTextureRHIRef |
|
RGBToYUVShader.h |
|