From 899fdb9c44b0d7c59c30c44963369c92bdc83d23 Mon Sep 17 00:00:00 2001 From: ameerj <52414509+ameerj@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:06:57 -0400 Subject: vic: Implement RGBX frame format --- src/video_core/command_classes/vic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/command_classes/vic.h') diff --git a/src/video_core/command_classes/vic.h b/src/video_core/command_classes/vic.h index 74246e08c..ea10c2f0f 100644 --- a/src/video_core/command_classes/vic.h +++ b/src/video_core/command_classes/vic.h @@ -38,6 +38,7 @@ private: enum class VideoPixelFormat : u64_le { RGBA8 = 0x1f, BGRA8 = 0x20, + RGBX8 = 0x23, Yuv420 = 0x44, }; -- cgit v1.2.3