mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
Finishing touches.
This commit is contained in:
parent
ba310ce096
commit
166a9c5637
8 changed files with 21 additions and 30 deletions
|
@ -199,10 +199,9 @@ static void DeclareUniform(T& object, API_TYPE api_type, bool using_ubos, const
|
|||
object.Write(";\n");
|
||||
}
|
||||
|
||||
#pragma pack(4)
|
||||
#pragma pack(1)
|
||||
/**
|
||||
* Common uid data used for shader generators that use lighting calculations.
|
||||
* Expected to be stored as a member called "lighting".
|
||||
*/
|
||||
struct LightingUidData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue