mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
Minor change to ease video plugin merging. Made static NativeVertexFormat::Create function into a virtual function of VertexManager. I believe this is the last bit of code which is only declared in VideoCommon and defined in each of the plugins.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6479 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2e59d26133
commit
e6658d5339
9 changed files with 36 additions and 19 deletions
|
@ -32,6 +32,8 @@ class VertexManager : public ::VertexManager
|
|||
public:
|
||||
VertexManager();
|
||||
|
||||
NativeVertexFormat* CreateNativeVertexFormat();
|
||||
|
||||
private:
|
||||
void Draw();
|
||||
// temp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue