mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 04:11:05 +00:00
Fix typo - force initial states for real device memory
This commit is contained in:
@@ -445,7 +445,7 @@ bool VulkanResourceManager::Force_InitialState(WrappedVkRes *res)
|
||||
if(devmem->record == NULL)
|
||||
return false;
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool VulkanResourceManager::Need_InitialStateChunk(WrappedVkRes *res)
|
||||
|
||||
Reference in New Issue
Block a user