Remove VertexLoader::ToString

This commit is contained in:
Pokechu22
2021-03-10 18:48:26 -08:00
parent bc7da726a5
commit b6149623aa
9 changed files with 12 additions and 81 deletions

View File

@ -19,7 +19,6 @@ public:
VertexLoaderARM64(const TVtxDesc& vtx_desc, const VAT& vtx_att);
protected:
std::string GetName() const override { return "VertexLoaderARM64"; }
bool IsInitialized() override { return true; }
int RunVertices(DataReader src, DataReader dst, int count) override;