forked from organicmaps/organicmaps
Review fixes #3
This commit is contained in:
parent
a6b124354e
commit
eaa5824b1b
1 changed files with 0 additions and 4 deletions
|
@ -36,14 +36,10 @@ void VertexArrayBuffer::Preflush()
|
|||
{
|
||||
/// buffers are ready, so moving them from CPU to GPU
|
||||
for(auto & buffer : m_staticBuffers)
|
||||
{
|
||||
buffer.second->MoveToGPU(GPUBuffer::ElementBuffer);
|
||||
}
|
||||
|
||||
for(auto & buffer : m_dynamicBuffers)
|
||||
{
|
||||
buffer.second->MoveToGPU(GPUBuffer::ElementBuffer);
|
||||
}
|
||||
|
||||
m_indexBuffer->MoveToGPU(GPUBuffer::IndexBuffer);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue