Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
This commit is contained in:
parent
782592e6d3
commit
c81f1a9ebc
2 changed files with 48 additions and 3 deletions
|
@ -132,6 +132,8 @@ struct Regs {
|
|||
RGB565 = 3,
|
||||
RGBA4 = 4,
|
||||
|
||||
A8 = 8,
|
||||
|
||||
// TODO: Support for the other formats is not implemented, yet.
|
||||
// Seems like they are luminance formats and compressed textures.
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue