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; };