summaryrefslogtreecommitdiff
path: root/chapters/renderpass.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/renderpass.adoc')
-rw-r--r--chapters/renderpass.adoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapters/renderpass.adoc b/chapters/renderpass.adoc
index 918286ed..85d78f15 100644
--- a/chapters/renderpass.adoc
+++ b/chapters/renderpass.adoc
@@ -1168,8 +1168,8 @@ is treated as dlink:VK_NULL_HANDLE.
.Valid Usage
****
* [[VUID-VkRenderingFragmentDensityMapAttachmentInfoEXT-imageView-06157]]
- If pname:imageView is not dlink:VK_NULL_HANDLE, pname:layout must: be
- ename:VK_IMAGE_LAYOUT_GENERAL or
+ If pname:imageView is not dlink:VK_NULL_HANDLE, pname:imageLayout must:
+ be ename:VK_IMAGE_LAYOUT_GENERAL or
ename:VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT
* [[VUID-VkRenderingFragmentDensityMapAttachmentInfoEXT-imageView-06158]]
If pname:imageView is not dlink:VK_NULL_HANDLE, it must: have been
@@ -1181,7 +1181,7 @@ is treated as dlink:VK_NULL_HANDLE.
If
ifndef::VKSC_VERSION_1_0[]
ifdef::VK_VERSION_1_1,VK_KHR_multiview[]
- apiext:VK_KHR_multiview is not enabled,
+ the <<features-multiview, pname:multiview>> feature is not enabled,
slink:VkPhysicalDeviceProperties::pname:apiVersion is less than Vulkan
1.1, and
endif::VK_VERSION_1_1,VK_KHR_multiview[]
@@ -1218,12 +1218,12 @@ The conditions leading to an optimal pname:renderArea are:
granularity).
* either the pname:extent.width member in pname:renderArea is a multiple
of the horizontal granularity or pname:offset.x+pname:extent.width is
- equal to the pname:width of the pname:framebuffer in the
- slink:VkRenderPassBeginInfo.
+ equal to the pname:width of each attachment used in the render pass
+ instance.
* either the pname:extent.height member in pname:renderArea is a multiple
of the vertical granularity or pname:offset.y+pname:extent.height is
- equal to the pname:height of the pname:framebuffer in the
- slink:VkRenderPassBeginInfo.
+ equal to the pname:height of each attachment used in the render pass
+ instance.
include::{generated}/validity/protos/vkGetRenderingAreaGranularityKHR.adoc[]
--