Skip to content

Commit

Permalink
Explicitly state that VkDeviceOrHostAddressConstKHR is also ignored (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Sep 2, 2023
1 parent 5580cb6 commit f665deb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapters/resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit f665deb

Please sign in to comment.