mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Remove VertexLoader::ToString
This commit is contained in:
parent
bc7da726a5
commit
b6149623aa
9 changed files with 12 additions and 81 deletions
|
@ -67,11 +67,6 @@ public:
|
|||
|
||||
virtual bool IsInitialized() = 0;
|
||||
|
||||
// For debugging / profiling
|
||||
std::string ToString() const;
|
||||
|
||||
virtual std::string GetName() const = 0;
|
||||
|
||||
// per loader public state
|
||||
int m_VertexSize = 0; // number of bytes of a raw GC vertex
|
||||
PortableVertexDeclaration m_native_vtx_decl{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue