diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-05-17 08:01:41 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-05-19 08:48:42 -0600 |
| commit | 6a453186cfb005b0b71ebb802fb1fae3bae327fa (patch) | |
| tree | e08fe756d7a3f6e435a9b71d65a9526abf2fabd4 | |
| parent | e4c92d5ab6ea4b6a36f4d142698da5cabaee154b (diff) | |
| download | usermoji-6a453186cfb005b0b71ebb802fb1fae3bae327fa.tar.xz | |
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.
| -rw-r--r-- | layers/core_validation_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<ImageSubresourcePair> { } }; } + // Track last states that are bound per pipeline bind point (Gfx & Compute) struct LAST_BOUND_STATE { VkPipeline pipeline; |
