mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Software: Fix various brace styling errors
This commit is contained in:
@ -37,7 +37,13 @@ struct InputVertexData
|
||||
struct OutputVertexData
|
||||
{
|
||||
// components in color channels
|
||||
enum { RED_C, GRN_C, BLU_C, ALP_C };
|
||||
enum
|
||||
{
|
||||
RED_C,
|
||||
GRN_C,
|
||||
BLU_C,
|
||||
ALP_C
|
||||
};
|
||||
|
||||
Vec3 mvPosition;
|
||||
Vec4 projectedPosition;
|
||||
|
Reference in New Issue
Block a user