| 4046 | return VK_SUCCESS; |
| 4047 | } |
| 4048 | static 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 | } |
| 4053 | static 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected