diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-10-20 14:13:24 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-10-25 21:22:30 -0600 |
| commit | 3b5c3f2d99c1ad9dcef77352f03e2b2bec79fd98 (patch) | |
| tree | f963b089ca463761f1401c094fe340ddbb33ec9d /layers/core_validation.h | |
| parent | fa90303186ee424ca0eb6fbe790a4d96f8aab6c1 (diff) | |
| download | usermoji-3b5c3f2d99c1ad9dcef77352f03e2b2bec79fd98.tar.xz | |
layers:Refactor DestroyEvent
Update DestroyEvent to use the Pre/Post call pattern and add a
validation flag.
Diffstat (limited to 'layers/core_validation.h')
| -rw-r--r-- | layers/core_validation.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
