GLES: Move some vendor bug checks to Draw.

This commit is contained in:
Unknown W. Brackets
2018-12-23 12:46:48 -08:00
parent 9a3de5cb1c
commit adeca2c3ba
15 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
}
void ThreadStart() override {
renderManager_->ThreadStart();
renderManager_->ThreadStart(draw_);
}
bool ThreadFrame() override {