Skip to content

Commit 80b2cab

Browse files
committed
Fix build on iOS
1 parent 872bdb1 commit 80b2cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/ios/RNSkia-iOS/SkiaMetalSurfaceFactory.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
// Create a GrBackendTexture from the Metal texture
9393
GrMtlTextureInfo info;
9494
info.fTexture.retain((__bridge void *)ctx->texture);
95-
GrBackendTexture backendTexture(width, height, GrMipMapped::kNo, info);
95+
GrBackendTexture backendTexture(width, height, skgpu::Mipmapped::kNo, info);
9696

9797
// Create a SkSurface from the GrBackendTexture
9898
auto surface = SkSurfaces::WrapBackendTexture(

0 commit comments

Comments
 (0)