aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-12 15:42:02 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-17 10:05:21 -0600
commit682e4fda482b20ad0eefefc982454ce1fc9cc9cd (patch)
tree9e07aa999ec8302c00adae89f8adc47d1541480b /layers
parent46db2ce1e6c32bef728996bc343731aac8dbb265 (diff)
downloadusermoji-682e4fda482b20ad0eefefc982454ce1fc9cc9cd.tar.xz
v106: remove optional primitiveRestartIndex
Diffstat (limited to 'layers')
-rw-r--r--layers/mem_tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/mem_tracker.h b/layers/mem_tracker.h
index afa095c1..b8607ab2 100644
--- a/layers/mem_tracker.h
+++ b/layers/mem_tracker.h
@@ -111,7 +111,7 @@ struct MT_OBJ_BINDING_INFO {
struct MT_CB_INFO {
VkCmdBufferCreateInfo createInfo;
uint64_t pLastBoundDynamicState[VK_NUM_STATE_BIND_POINT];
- VkPipeline pipelines[VK_NUM_PIPELINE_BIND_POINT];
+ VkPipeline pipelines[VK_PIPELINE_BIND_POINT_NUM];
uint32_t attachmentCount;
VkCmdBuffer cmdBuffer;
uint64_t fenceId;