From 6a453186cfb005b0b71ebb802fb1fae3bae327fa Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 17 May 2016 08:01:41 -0600 Subject: layers: Migrate types from core_validation.h This change just moves a few types from core_validation.h to core_validation_types.h. This is preparation for migrating DescriptorSet class to store GLOBAL_CB_NODE ptrs directly. --- layers/core_validation_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'layers') diff --git a/layers/core_validation_types.h b/layers/core_validation_types.h index 6269f146..98fa5a8f 100644 --- a/layers/core_validation_types.h +++ b/layers/core_validation_types.h @@ -353,6 +353,7 @@ template <> struct hash { } }; } + // Track last states that are bound per pipeline bind point (Gfx & Compute) struct LAST_BOUND_STATE { VkPipeline pipeline; -- cgit v1.2.3