diff options
| author | Dave Houlton <daveh@lunarg.com> | 2018-02-02 16:32:41 -0700 |
|---|---|---|
| committer | Dave Houlton <daveh@lunarg.com> | 2018-02-05 16:57:03 -0700 |
| commit | 42eea52502936acd9fc440312d638494943fea1a (patch) | |
| tree | 816a987ff7f04f2fc55bb90e5a016924a81978eb /layers/buffer_validation.cpp | |
| parent | 31d3076a087c7d62b52250fda22f38311065ae0a (diff) | |
| download | usermoji-42eea52502936acd9fc440312d638494943fea1a.tar.xz | |
clang-format whitespace (sigh)
Change-Id: I52d956163900465e434f68aa185618a2469f243f
Diffstat (limited to 'layers/buffer_validation.cpp')
| -rw-r--r-- | layers/buffer_validation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/buffer_validation.cpp b/layers/buffer_validation.cpp index 2cecf87c..c68af4ee 100644 --- a/layers/buffer_validation.cpp +++ b/layers/buffer_validation.cpp @@ -620,7 +620,7 @@ void TransitionFinalSubpassLayouts(layer_data *device_data, GLOBAL_CB_NODE *pCB, } } } - + bool PreCallValidateCreateImage(layer_data *device_data, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) { bool skip = false; @@ -760,7 +760,7 @@ bool PreCallValidateCreateImage(layer_data *device_data, const VkImageCreateInfo } // NOTE: As of 1/30/2018 the spec VU language is as in the commented code below. I believe this is an - // error in the spec, and have submitted Gitlab Vulkan issue #1151 to have it changed to match the + // error in the spec, and have submitted Gitlab Vulkan issue #1151 to have it changed to match the // implementation shown. DJH // // if ((pCreateInfo->mipLevels > format_limits.maxMipLevels) && |
