MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CopyMemoryToMicromapEXT

Function CopyMemoryToMicromapEXT

icd/generated/function_definitions.h:4048–4052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4046 return VK_SUCCESS;
4047}
4048static VKAPI_ATTR VkResult VKAPI_CALL CopyMemoryToMicromapEXT(VkDevice device, VkDeferredOperationKHR deferredOperation,
4049 const VkCopyMemoryToMicromapInfoEXT* pInfo) {
4050 // Not a CREATE or DESTROY function
4051 return VK_SUCCESS;
4052}
4053static VKAPI_ATTR VkResult VKAPI_CALL WriteMicromapsPropertiesEXT(VkDevice device, uint32_t micromapCount,
4054 const VkMicromapEXT* pMicromaps, VkQueryType queryType,
4055 size_t dataSize, void* pData, size_t stride) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected