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
Update pipeline_library_mtl.mm
  • Loading branch information
Jonah Williams authored Nov 7, 2023
commit ef7761bdfa759f7d0bbc7a529fcf4f99f414a88a
3 changes: 1 addition & 2 deletions impeller/renderer/backend/metal/pipeline_library_mtl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ static void GetMTLRenderPipelineDescriptor(const PipelineDescriptor& desc,
created_specialized_function = true;
ShaderFunctionMTL::Cast(*entry.second)
.GetMTLFunctionSpecialized(
constants,
[callback, descriptor](id<MTLFunction> function) {
constants, [callback, descriptor](id<MTLFunction> function) {
descriptor.fragmentFunction = function;
callback(descriptor);
});
Expand Down