Cleanup: Make format
This commit is contained in:
@@ -457,7 +457,7 @@ void MTLBufferPool::insert_buffer_into_pool(MTLResourceOptions options, gpu::MTL
|
||||
* can reset this state.
|
||||
* TODO(Metal): Purgeability state does not update instantly, so this requires a deferral. */
|
||||
BLI_assert(buffer->get_metal_buffer());
|
||||
// buffer->metal_buffer); [buffer->metal_buffer setPurgeableState:MTLPurgeableStateVolatile];
|
||||
// buffer->metal_buffer); [buffer->metal_buffer setPurgeableState:MTLPurgeableStateVolatile];
|
||||
|
||||
std::multiset<MTLBufferHandle, CompareMTLBuffer> *pool = buffer_pools_.lookup(options);
|
||||
pool->insert(MTLBufferHandle(buffer));
|
||||
|
||||
Reference in New Issue
Block a user