layers: Add todo flagging destroy while on queue
authorMike Stroyan <mike@LunarG.com>
Fri, 28 Aug 2015 17:33:32 +0000 (11:33 -0600)
committerMike Stroyan <mike@LunarG.com>
Fri, 28 Aug 2015 18:49:03 +0000 (12:49 -0600)
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.

layers/vk_validation_layer_details.md

index 18b397d..4e75ab6 100644 (file)
@@ -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