mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VertexLoaderTester: fix a few problems
This commit is contained in:
parent
2cedc0034d
commit
b0df4b08ec
2 changed files with 36 additions and 13 deletions
|
@ -72,7 +72,7 @@ class VertexLoaderBase
|
|||
{
|
||||
public:
|
||||
static VertexLoaderBase* CreateVertexLoader(const TVtxDesc &vtx_desc, const VAT &vtx_attr);
|
||||
virtual ~VertexLoaderBase() {};
|
||||
virtual ~VertexLoaderBase() {}
|
||||
|
||||
virtual int RunVertices(int primitive, int count, DataReader src, DataReader dst) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue