Searched refs:depthFormatPresent (Results 1 – 1 of 1) sorted by relevance
426 bool depthFormatPresent = VK_FALSE; in vkCreateRenderPass() local428 depthFormatPresent |= is_depth_format(pCreateInfo->pAttachments[i].format); in vkCreateRenderPass()431 if (depthFormatPresent == VK_FALSE) { in vkCreateRenderPass()