VideoCommon: split VertexLoaderBase from VertexLoader

This commit is contained in:
degasus
2014-12-13 01:51:14 +01:00
parent a71c8158d9
commit 809117102e
17 changed files with 309 additions and 251 deletions

View File

@ -232,7 +232,7 @@ struct VAT
UVAT_group2 g2;
};
class VertexLoader;
class VertexLoaderBase;
// STATE_TO_SAVE
struct CPState final
@ -247,7 +247,7 @@ struct CPState final
// Attributes that actually belong to VertexLoaderManager:
BitSet32 attr_dirty;
VertexLoader* vertex_loaders[8];
VertexLoaderBase* vertex_loaders[8];
};
class PointerWrap;