mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VertexLoader: Remove global state dependency on g_nativeVertexFmt
This commit is contained in:
parent
78c3a22060
commit
73f9a22e2e
6 changed files with 83 additions and 74 deletions
|
@ -22,7 +22,7 @@ namespace VertexLoaderManager
|
|||
// For debugging
|
||||
void AppendListToString(std::string *dest);
|
||||
|
||||
NativeVertexFormat* GetNativeVertexFormat(const PortableVertexDeclaration& format, u32 components);
|
||||
NativeVertexFormat* GetCurrentVertexFormat();
|
||||
};
|
||||
|
||||
void RecomputeCachedArraybases();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue