diff options
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) && |
