Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
jonahwilliams committed Jul 24, 2024
commit ef5e381c1afe28704fc4619b8988990b42082cf3
3 changes: 2 additions & 1 deletion impeller/renderer/backend/metal/context_mtl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ new ContextMTL(device, command_queue,
return command_queue_ip_;
}

const std::shared_ptr<ImpellerMetalCaptureManager> ContextMTL::GetCaptureManager() const {
const std::shared_ptr<ImpellerMetalCaptureManager>
ContextMTL::GetCaptureManager() const {
return capture_manager_;
}

Expand Down