Add 10-bit output support to VDPAU renderer

This commit is contained in:
Cameron Gutman
2019-11-05 17:09:44 -08:00
parent f8621be5ee
commit 7c8d27700e
2 changed files with 14 additions and 4 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ private:
int m_NextSurfaceIndex;
#define OUTPUT_SURFACE_FORMAT_COUNT 2
static const VdpRGBAFormat k_OutputFormats[OUTPUT_SURFACE_FORMAT_COUNT];
static const VdpRGBAFormat k_OutputFormats8Bit[OUTPUT_SURFACE_FORMAT_COUNT];
static const VdpRGBAFormat k_OutputFormats10Bit[OUTPUT_SURFACE_FORMAT_COUNT];
VdpGetErrorString* m_VdpGetErrorString;
VdpPresentationQueueTargetDestroy* m_VdpPresentationQueueTargetDestroy;