mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
PixelShaderGen: Change a comment slightly.
This commit is contained in:
@ -55,7 +55,7 @@ const s_svar PSVar_Loc[] = { {I_COLORS, C_COLORS, 4 },
|
|||||||
{I_PMATERIALS, C_PMATERIALS, 4 },
|
{I_PMATERIALS, C_PMATERIALS, 4 },
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Packing?
|
// TODO: Should compact packing be enabled?
|
||||||
//#pragma pack(4)
|
//#pragma pack(4)
|
||||||
struct pixel_shader_uid_data
|
struct pixel_shader_uid_data
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user