Pica/OutputMerger: Implement color format checking.
This commit is contained in:
parent
3b5710bae6
commit
aaf30ca4ee
2 changed files with 13 additions and 4 deletions
|
@ -421,7 +421,7 @@ struct Regs {
|
|||
INSERT_PADDING_WORDS(0x6);
|
||||
|
||||
u32 depth_format;
|
||||
u32 color_format;
|
||||
BitField<16, 3, u32> color_format;
|
||||
|
||||
INSERT_PADDING_WORDS(0x4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue