From f665deb98a6f10e917fa4fc18637b2e8e83d5bc9 Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 2 Sep 2023 10:44:51 +0200 Subject: [PATCH] Explicitly state that VkDeviceOrHostAddressConstKHR is also ignored (#2205) --- chapters/resources.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapters/resources.adoc b/chapters/resources.adoc index cec412300..f69b8b5ac 100644 --- a/chapters/resources.adoc +++ b/chapters/resources.adoc @@ -6485,8 +6485,9 @@ include::{generated}/api/protos/vkGetAccelerationStructureBuildSizesKHR.adoc[] The pname:srcAccelerationStructure, pname:dstAccelerationStructure, and pname:mode members of pname:pBuildInfo are ignored. -Any slink:VkDeviceOrHostAddressKHR members of pname:pBuildInfo are ignored -by this command, except that the pname:hostAddress member of +Any slink:VkDeviceOrHostAddressKHR or slink:VkDeviceOrHostAddressConstKHR +members of pname:pBuildInfo are ignored by this command, +except that the pname:hostAddress member of slink:VkAccelerationStructureGeometryTrianglesDataKHR::pname:transformData will be examined to check if it is `NULL`.