| 3962 | // Not a CREATE or DESTROY function |
| 3963 | } |
| 3964 | static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryRemoteAddressNV(VkDevice device, |
| 3965 | const VkMemoryGetRemoteAddressInfoNV* pMemoryGetRemoteAddressInfo, |
| 3966 | VkRemoteAddressNV* pAddress) { |
| 3967 | // Not a CREATE or DESTROY function |
| 3968 | return VK_SUCCESS; |
| 3969 | } |
| 3970 | static VKAPI_ATTR VkResult VKAPI_CALL GetPipelinePropertiesEXT(VkDevice device, const VkPipelineInfoKHR* pPipelineInfo, |
| 3971 | VkBaseOutStructure* pPipelineProperties) { |
| 3972 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected