diff options
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index c2ed6e51..e2d4d0b2 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1648,6 +1648,8 @@ static uint32_t getUpdateCount(layer_data* my_data, const VkDevice device, const // TODO : Need to understand this case better and make sure code is correct return ((VkCopyDescriptorSet*)pUpdateStruct)->descriptorCount; } + + return 0; } // For given Layout Node and binding, return index where that binding begins |
