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

Function GetMemoryRemoteAddressNV

icd/generated/function_definitions.h:3964–3969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3962 // Not a CREATE or DESTROY function
3963}
3964static 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}
3970static VKAPI_ATTR VkResult VKAPI_CALL GetPipelinePropertiesEXT(VkDevice device, const VkPipelineInfoKHR* pPipelineInfo,
3971 VkBaseOutStructure* pPipelineProperties) {
3972 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected