diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-07 11:06:57 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-07 11:06:57 -0400 |
| commit | 899fdb9c44b0d7c59c30c44963369c92bdc83d23 (patch) | |
| tree | 7ea185d3b6eed14a2e15cc3e969472dc4278b3b3 /src/video_core/command_classes/vic.h | |
| parent | f84328934f5e09894a69d9fa1d2f6a34c715321b (diff) | |
vic: Implement RGBX frame format
Diffstat (limited to 'src/video_core/command_classes/vic.h')
| -rw-r--r-- | src/video_core/command_classes/vic.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |
