mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VertexLoader: Convert to EnumMap
This commit is contained in:
@ -14,8 +14,8 @@ class VertexLoader_Normal
|
||||
{
|
||||
public:
|
||||
static u32 GetSize(VertexComponentFormat type, ComponentFormat format,
|
||||
NormalComponentCount elements, u32 index3);
|
||||
NormalComponentCount elements, bool index3);
|
||||
|
||||
static TPipelineFunction GetFunction(VertexComponentFormat type, ComponentFormat format,
|
||||
NormalComponentCount elements, u32 index3);
|
||||
NormalComponentCount elements, bool index3);
|
||||
};
|
||||
|
Reference in New Issue
Block a user