mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
Remove unused lambda capture
This commit is contained in:
@@ -568,7 +568,7 @@ void WrappedVulkan::FreeAllMemory(MemoryScope scope)
|
||||
GetResourceManager()->ReleaseWrappedResource(alloc.mem);
|
||||
}
|
||||
|
||||
m_MemoryFreeThread = Threading::CreateThread([this, d, mems]() {
|
||||
m_MemoryFreeThread = Threading::CreateThread([d, mems]() {
|
||||
for(VkDeviceMemory mem : mems)
|
||||
ObjDisp(d)->FreeMemory(Unwrap(d), mem, NULL);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user