Merge pull request #616 from archshift/5551
Added RGBA5551 compatibility in the rasterizer
This commit is contained in:
commit
c1d29ac202
4 changed files with 42 additions and 3 deletions
|
@ -46,7 +46,7 @@ struct Regs {
|
|||
"Structure size and register block length don't match")
|
||||
#endif
|
||||
|
||||
// All of those formats are described in reverse byte order, since the 3DS is little-endian.
|
||||
// Components are laid out in reverse byte order, most significant bits first.
|
||||
enum class PixelFormat : u32 {
|
||||
RGBA8 = 0,
|
||||
RGB8 = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue