Video Common: Add XFB decoding via the GPU

This commit is contained in:
iwubcode
2017-08-08 00:09:25 -05:00
parent 4d13f69dc1
commit 76b775d5be
5 changed files with 51 additions and 1 deletions

View File

@ -27,6 +27,7 @@ enum BufferFormat
BUFFER_FORMAT_R8_UINT,
BUFFER_FORMAT_R16_UINT,
BUFFER_FORMAT_R32G32_UINT,
BUFFER_FORMAT_RGBA8_UINT,
BUFFER_FORMAT_COUNT
};