moved d3d rendering code here

This commit is contained in:
aap
2016-02-14 12:28:03 +01:00
parent dc4011ba7a
commit ad81510267
6 changed files with 31 additions and 13 deletions
-2
View File
@@ -29,8 +29,6 @@ public:
void render(Atomic *atomic) { this->impl.render(this, atomic); }
};
extern void (*defaultRenderCBs[rw::NUM_PLATFORMS])(Atomic*);
void findMinVertAndNumVertices(uint16 *indices, uint32 numIndices, uint32 *minVert, int32 *numVertices);
// everything xbox, d3d8 and d3d9 may want to use