mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Co-authored-by: Wvader <34067397+wvader@users.noreply.github.com>
This commit is contained in:
		@@ -582,8 +582,11 @@ void ImGui_ImplMetal_DestroyDeviceObjects()
 | 
			
		||||
        vertexBufferOffset += (size_t)cmd_list->VtxBuffer.Size * sizeof(ImDrawVert);
 | 
			
		||||
        indexBufferOffset += (size_t)cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    id weakSelf = self;
 | 
			
		||||
#if __has_feature(objc_arc)
 | 
			
		||||
    __weak id weakSelf = self;
 | 
			
		||||
#else
 | 
			
		||||
    __unsafe_unretained id weakSelf = self;
 | 
			
		||||
#endif
 | 
			
		||||
    [commandBuffer addCompletedHandler:^(id<MTLCommandBuffer>)
 | 
			
		||||
    {
 | 
			
		||||
        dispatch_async(dispatch_get_main_queue(), ^{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user