Skip to content

Fix validation error when importing sync fds

Vulkan spec mandates that if handleType of VkImportSemaphoreFdInfoKHR refers to a handle type with copy payload transference semantics (which VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT is), then flags must contain VK_SEMAPHORE_IMPORT_TEMPORARY_BIT.

Change-Id: I426bc4749da48aa12aee55eaa3a1739c7226e8e8 Signed-off-by: Dennis Tsiang dennis.tsiang@arm.com

Merge request reports