diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-04-15 07:46:12 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:20 +0800 |
| commit | 8e6d862fa47c9828f2091f401642b7c78d5c60c1 (patch) | |
| tree | 45ab44d47fcc4689e3ce152d3ef771594e38b75e /layers/param_checker.cpp | |
| parent | fbd5bb9b2d7823a7c96fc87d32ed6db0e06d3d4c (diff) | |
| download | usermoji-8e6d862fa47c9828f2091f401642b7c78d5c60c1.tar.xz | |
layers: Layers now compiling on rename branch, still need to test but cube is currenting hitting segF by itself
Diffstat (limited to 'layers/param_checker.cpp')
| -rw-r--r-- | layers/param_checker.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp index e7c7e63b..c3cc8392 100644 --- a/layers/param_checker.cpp +++ b/layers/param_checker.cpp @@ -1733,18 +1733,6 @@ void PreCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateI return; } - for(uint32_t i = 0; i < pCreateInfo->colorAttachmentCount; ++i) - { - if(!validate_VK_ATTACHMENT_STORE_OP(pCreateInfo->pColorStoreOps[i])) - { - std::stringstream ss; - ss << "vkCreateRenderPass parameter, VK_ATTACHMENT_STORE_OP pCreateInfo->pColorStoreOps[" << i << - "], is unrecognized (precondition)."; - layerCbMsg(VK_DBG_MSG_ERROR, VK_VALIDATION_LEVEL_0, NULL, 0, 1, "PARAMCHECK", ss.str().c_str()); - continue; - } - } - if(pCreateInfo->pColorLoadClearValues == nullptr) { char const str[] = "vkCreateRenderPass parameter, VK_CLEAR_COLOR* pCreateInfo->"\ |
