mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
Remove deprecated APIs
Bug: None Change-Id: I77ac6660318bef1f9a245b3aee06a8e89a67e518 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64540 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
92de2f0851
commit
bd04e15890
@@ -114,12 +114,6 @@ namespace dawn_native { namespace vulkan {
|
||||
|
||||
#endif // __linux__
|
||||
|
||||
// Exports a signal semaphore from a wrapped texture. This must be called on wrapped
|
||||
// textures before they are destroyed. On failure, returns -1
|
||||
// TODO(enga): Remove after updating Chromium to use ExportVulkanImage.
|
||||
DAWN_NATIVE_EXPORT int ExportSignalSemaphoreOpaqueFD(WGPUDevice cDevice,
|
||||
WGPUTexture cTexture);
|
||||
|
||||
// Imports external memory into a Vulkan image. Internally, this uses external memory /
|
||||
// semaphore extensions to import the image and wait on the provided synchronizaton
|
||||
// primitives before the texture can be used.
|
||||
|
||||
Reference in New Issue
Block a user