mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove parameters to SWVertexLoader::SetFormat
They haven't been used since efbe5bc4b6
.
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
protected:
|
||||
void DrawCurrentBatch(u32 base_index, u32 num_indices, u32 base_vertex) override;
|
||||
|
||||
void SetFormat(u8 attributeIndex, u8 primitiveType);
|
||||
void SetFormat();
|
||||
void ParseVertex(const PortableVertexDeclaration& vdec, int index);
|
||||
|
||||
InputVertexData m_vertex{};
|
||||
|
Reference in New Issue
Block a user