Issue #2101 - Part 7: Add color range support on GPUs

This commit is contained in:
u3shit 2023-02-25 00:29:56 +01:00 • committed by roytam1
commit 687733f9d1
18 changed files with 106 additions and 74 deletions

View file

@ -35,7 +35,7 @@ struct PixelShaderConstants
float layerColor[4];
float layerOpacity[4];
int blendConfig[4];
float yuvColorMatrix[3][4];
float yuvColorMatrix[4][4];
};
struct DeviceAttachmentsD3D11;