mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
VideoCommon: split VertexLoaderBase from VertexLoader
This commit is contained in:
parent
a71c8158d9
commit
809117102e
17 changed files with 309 additions and 251 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue