mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-09 14:45:58 +00:00
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 <noreply+kokoro@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
585787da55
commit
8ddaa51889
@ -62,9 +62,6 @@ struct DAWN_NATIVE_EXPORT ExternalImageDescriptorIOSurface : ExternalImageDescri
|
|||||||
|
|
||||||
IOSurfaceRef ioSurface;
|
IOSurfaceRef ioSurface;
|
||||||
|
|
||||||
// This has been deprecated.
|
|
||||||
uint32_t plane;
|
|
||||||
|
|
||||||
// A list of events to wait on before accessing the texture.
|
// A list of events to wait on before accessing the texture.
|
||||||
std::vector<ExternalImageMTLSharedEventDescriptor> waitEvents;
|
std::vector<ExternalImageMTLSharedEventDescriptor> waitEvents;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user