| 4031 | // Not a CREATE or DESTROY function |
| 4032 | } |
| 4033 | static VKAPI_ATTR VkResult VKAPI_CALL BuildMicromapsEXT(VkDevice device, VkDeferredOperationKHR deferredOperation, |
| 4034 | uint32_t infoCount, const VkMicromapBuildInfoEXT* pInfos) { |
| 4035 | // Not a CREATE or DESTROY function |
| 4036 | return VK_SUCCESS; |
| 4037 | } |
| 4038 | static VKAPI_ATTR VkResult VKAPI_CALL CopyMicromapEXT(VkDevice device, VkDeferredOperationKHR deferredOperation, |
| 4039 | const VkCopyMicromapInfoEXT* pInfo) { |
| 4040 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected