mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Remove parameters to SWVertexLoader::SetFormat
They haven't been used since efbe5bc4b6
.
This commit is contained in:
parent
205ab23d80
commit
3fc12431c5
2 changed files with 3 additions and 3 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue