mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
VertexLoader: Remove global state dependency on g_nativeVertexFmt
This commit is contained in:
@ -22,7 +22,7 @@ namespace VertexLoaderManager
|
||||
// For debugging
|
||||
void AppendListToString(std::string *dest);
|
||||
|
||||
NativeVertexFormat* GetNativeVertexFormat(const PortableVertexDeclaration& format, u32 components);
|
||||
NativeVertexFormat* GetCurrentVertexFormat();
|
||||
};
|
||||
|
||||
void RecomputeCachedArraybases();
|
||||
|
Reference in New Issue
Block a user