From: Mike Stroyan Date: Fri, 28 Aug 2015 17:33:32 +0000 (-0600) Subject: layers: Add todo flagging destroy while on queue X-Git-Tag: upstream/1.1.92~4992 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da4b0cf36b5ce9ce3d360c295dfca405b1881e60;p=platform%2Fupstream%2FVulkan-Tools.git layers: Add todo flagging destroy while on queue This starts with the case of early VkDestroySemaphore seen in demos. It is a much larger general case of objects that are active on queues. --- diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index 18b397d..4e75ab6 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -151,6 +151,7 @@ need to be tracked for each subresource. 10. Re-enable INFO messages that were disabled during v138 integration 11. Warn on image/buffer deletion if USAGE bits were set that were not needed 12. Modify INVALID_FENCE_STATE to be WARNINGs instead of ERROR +13. Report destroy or modify of resources in use on queues and not cleared by fence or WaitIdle. Could be fence, semaphore, or objects used by submitted CommandBuffers. ## ShaderChecker