VertexLoader: Remove global state dependency on g_nativeVertexFmt

This commit is contained in:
Pierre Bourdon 2014-07-26 01:10:44 +02:00
commit 73f9a22e2e
6 changed files with 83 additions and 74 deletions

View file

@ -22,7 +22,7 @@ namespace VertexLoaderManager
// For debugging
void AppendListToString(std::string *dest);
NativeVertexFormat* GetNativeVertexFormat(const PortableVertexDeclaration& format, u32 components);
NativeVertexFormat* GetCurrentVertexFormat();
};
void RecomputeCachedArraybases();