From 3b5c3f2d99c1ad9dcef77352f03e2b2bec79fd98 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Thu, 20 Oct 2016 14:13:24 -0600 Subject: layers:Refactor DestroyEvent Update DestroyEvent to use the Pre/Post call pattern and add a validation flag. --- layers/core_validation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'layers/core_validation.h') diff --git a/layers/core_validation.h b/layers/core_validation.h index 216be7f5..325ecea1 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -78,6 +78,7 @@ struct CHECK_DISABLED { bool destroy_image; // Skip validation at DestroyImage time bool destroy_sampler; // Skip validation at DestroySampler time bool destroy_command_pool; // Skip validation at DestroyCommandPool time + bool destroy_event; // Skip validation at DestroyEvent time bool free_memory; // Skip validation at FreeMemory time bool object_in_use; // Skip all object in_use checking bool idle_descriptor_set; // Skip check to verify that descriptor set is no in-use -- cgit v1.2.3