Remove parameters to SWVertexLoader::SetFormat

They haven't been used since efbe5bc4b6.
This commit is contained in:
Pokechu22
2021-04-30 14:48:27 -07:00
parent 205ab23d80
commit 3fc12431c5
2 changed files with 3 additions and 3 deletions

View File

@ -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{};