From 8ddaa51889f2788e6377da90ee2d00b1237ea174 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Mon, 1 May 2023 09:01:27 +0000 Subject: [PATCH] Remove dawn::native::ExternalImageDescriptorIOSurface::plane It is no longer used anywhere. Bug: None Change-Id: Ife3fa9470f3059efe34e29aa96adb2922ce91ebc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/129580 Kokoro: Kokoro Commit-Queue: Corentin Wallez Reviewed-by: Austin Eng --- include/dawn/native/MetalBackend.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/dawn/native/MetalBackend.h b/include/dawn/native/MetalBackend.h index 4fd27522fd..a41cb6b437 100644 --- a/include/dawn/native/MetalBackend.h +++ b/include/dawn/native/MetalBackend.h @@ -62,9 +62,6 @@ struct DAWN_NATIVE_EXPORT ExternalImageDescriptorIOSurface : ExternalImageDescri IOSurfaceRef ioSurface; - // This has been deprecated. - uint32_t plane; - // A list of events to wait on before accessing the texture. std::vector waitEvents; };