diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-04-21 13:21:58 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-04-23 09:53:31 +1200 |
| commit | 5144f5eb709ab09ff8c830a43563215752eb5c95 (patch) | |
| tree | 9bc636c9c3d95a368e44c032fa8fcbb56ff98a85 /layers/core_validation.cpp | |
| parent | 21506b7b46cb5d3625036592e67b339d1f03c4d8 (diff) | |
| download | usermoji-5144f5eb709ab09ff8c830a43563215752eb5c95.tar.xz | |
layers: Remove GLOBAL_CB_NODE::numCmds
Nobody used this.
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 1dda69d8..de5949e6 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -3621,7 +3621,6 @@ static void resetCB(layer_data *dev_data, const VkCommandBuffer cb) { pCB->commandBuffer = cb; memset(&pCB->beginInfo, 0, sizeof(VkCommandBufferBeginInfo)); memset(&pCB->inheritanceInfo, 0, sizeof(VkCommandBufferInheritanceInfo)); - pCB->numCmds = 0; pCB->hasDrawCmd = false; pCB->state = CB_NEW; pCB->submitCount = 0; |
