mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[PICA] Blending register definitions
This commit is contained in:
parent
e80679fe77
commit
bf34410e4b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ namespace PICAInternalRegs {
|
|||
ShaderOutputCount = 0x4F,
|
||||
|
||||
// Framebuffer registers
|
||||
ColourOperation = 0x100,
|
||||
BlendFunc = 0x101,
|
||||
BlendColour = 0x103,
|
||||
AlphaTestConfig = 0x104,
|
||||
DepthAndColorMask = 0x107,
|
||||
ColourBufferFormat = 0x117,
|
||||
|
|
Loading…
Add table
Reference in a new issue