From 39d6c76e0f2d5082ef035db358d0bc378ebce2f1 Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Wed, 20 Apr 2016 23:01:26 -0500 Subject: layers: Fix cmd buffer tracking. --- layers/core_validation.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layers/core_validation.h') diff --git a/layers/core_validation.h b/layers/core_validation.h index 8ab1bdfb..f8fe7506 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -592,7 +592,6 @@ class QUEUE_NODE { list pMemRefList; #endif vector untrackedCmdBuffers; - unordered_set inFlightCmdBuffers; unordered_map eventToStageMap; }; @@ -845,7 +844,7 @@ struct LAST_BOUND_STATE { } }; // Cmd Buffer Wrapper Struct -struct GLOBAL_CB_NODE { +struct GLOBAL_CB_NODE : public BASE_NODE { VkCommandBuffer commandBuffer; VkCommandBufferAllocateInfo createInfo; VkCommandBufferBeginInfo beginInfo; -- cgit v1.2.3