mirror of https://github.com/AxioDL/boo.git
Reinstate glFlush for buffer updates
This commit is contained in:
parent
4fbc8746b0
commit
49afde2fb9
|
@ -1519,7 +1519,7 @@ struct GLCommandQueue : IGraphicsCommandQueue
|
|||
b->m_buf->update(m_completeBuf);
|
||||
}
|
||||
datalk.unlock();
|
||||
//glFlush();
|
||||
glFlush();
|
||||
|
||||
for (auto& p : m_pendingPosts1)
|
||||
m_pendingPosts2.push_back(std::move(p));
|
||||
|
|
Loading…
Reference in New Issue