mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Metal: Remove padding in DrawFragmentFunctionHash
This commit is contained in:
parent
49b65242b9
commit
10451a676b
1 changed files with 1 additions and 1 deletions
|
@ -8,9 +8,9 @@ using namespace PICA;
|
|||
|
||||
namespace Metal {
|
||||
struct DrawFragmentFunctionHash {
|
||||
u32 lightingConfig1; // 32 bits (TODO: check this)
|
||||
bool lightingEnabled; // 1 bit
|
||||
u8 lightingNumLights; // 3 bits
|
||||
u32 lightingConfig1; // 32 bits (TODO: check this)
|
||||
// | ref | func | on |
|
||||
u16 alphaControl; // 12 bits (mask: 11111111 0111 0001)
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue