diff options
| author | Courtney Goeltzenleuchter <courtney_g@comcast.net> | 2015-12-16 16:08:08 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 12:25:38 -0700 |
| commit | 90db16db38b3ebe07d092a9855891280278041c7 (patch) | |
| tree | 027517414fcb6bafb796f9ec43a6b37df9caf164 /layers/draw_state.cpp | |
| parent | 499c77e99596c3b13a6920c6c5bb1b9d776c1a94 (diff) | |
| download | usermoji-90db16db38b3ebe07d092a9855891280278041c7.tar.xz | |
layers: clean up path without return warning
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 |
