diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-06-16 14:32:13 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-06-19 10:49:28 -0700 |
| commit | 6bb68b4b88f3e93bb24831474f86e7b409f61119 (patch) | |
| tree | 8d343ebe09a5c8aa50fe39463ab6b4b63ed72d01 /layers | |
| parent | ae318f7884944fe452523c0cc3110ca52282686b (diff) | |
| download | usermoji-6bb68b4b88f3e93bb24831474f86e7b409f61119.tar.xz | |
layers: Remove dead TODO for MT/CV merge
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/core_validation_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation_types.h b/layers/core_validation_types.h index ae9c69ea..92f300d9 100644 --- a/layers/core_validation_types.h +++ b/layers/core_validation_types.h @@ -677,7 +677,6 @@ struct GLOBAL_CB_NODE : public BASE_NODE { // If primary, the secondary command buffers we will call. // If secondary, the primary command buffers we will be called by. std::unordered_set<GLOBAL_CB_NODE *> linkedCommandBuffers; - // MTMTODO : Scrub these data fields and merge active sets w/ lastBound as appropriate std::vector<std::function<bool()>> validate_functions; std::unordered_set<VkDeviceMemory> memObjs; std::vector<std::function<bool(VkQueue)>> eventUpdates; |
