From 5efc4cf5b8e4f2dee945d2f7543695d739de73ec Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Wed, 12 Oct 2016 17:14:02 -0600 Subject: layers:Refactor DestroyImage Add validation flag for DestroyImage and update it to follow the Pre/Post pattern. --- 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 7a050797..af78229d 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -77,6 +77,7 @@ struct CHECK_DISABLED { bool destroy_descriptor_pool; // Skip validation at DestroyDescriptorPool time bool destroy_framebuffer; // Skip validation at DestroyFramebuffer time bool destroy_renderpass; // Skip validation at DestroyRenderpass time + bool destroy_image; // Skip validation at DestroyImage 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 bool push_constant_range; // Skip push constant range checks -- cgit v1.2.3