Skip to content

Commit

Permalink
Rebase, release device
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Apr 9, 2024
1 parent 12437e1 commit 7a8c5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/platform/darwin/ios/rendering_api_selection.mm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ bool ShouldUseMetalRenderer() {
if (@available(iOS METAL_IOS_VERSION_BASELINE, *)) {
auto device = MTLCreateSystemDefaultDevice();
ios_version_supports_metal = [device supportsFeatureSet:MTLFeatureSet_iOS_GPUFamily1_v3];
[device release];
}
return ios_version_supports_metal;
}
Expand Down

0 comments on commit 7a8c5e9

Please sign in to comment.