C Specification
// Provided by VK_KHR_ray_tracing
VkResult vkCopyMemoryToAccelerationStructureKHR(
VkDevice device,
const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo);
Parameters
This command fulfills the same task as vkCmdCopyMemoryToAccelerationStructureKHR but is executed by the host.
Description
This command can accept acceleration structures produced by either vkCmdCopyAccelerationStructureToMemoryKHR or vkCopyAccelerationStructureToMemoryKHR.
-
device
is the device which ownspInfo->dst
. -
pInfo
is a pointer to a VkCopyMemoryToAccelerationStructureInfoKHR structure defining the copy operation.
If the VkDeferredOperationInfoKHR structure is included in the
pNext
chain of the VkCopyMemoryToAccelerationStructureInfoKHR
structure, the operation of this command is deferred, as defined in the
Deferred Host Operations chapter.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright (c) 2014-2020 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.