mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
[buffer_storage] Code formatting changes suggested by Bh44L
This commit is contained in:
parent
77ba051361
commit
8fdcba0c06
@ -85,7 +85,7 @@ void StreamBuffer::Alloc ( size_t size, u32 stride )
|
||||
case PINNED_MEMORY:
|
||||
case BUFFERSTORAGE:
|
||||
// insert waiting slots for used memory
|
||||
for (size_t i = SLOT(m_used_iterator); i<SLOT(m_iterator); i++)
|
||||
for (size_t i = SLOT(m_used_iterator); i < SLOT(m_iterator); i++)
|
||||
{
|
||||
fences[i] = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user