MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetMemoryFdKHR

Function GetMemoryFdKHR

tests/icd/test_icd.cpp:1675–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673#endif /* VK_USE_PLATFORM_WIN32_KHR */
1674
1675static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) {
1676 *pFd = 1;
1677 return VK_SUCCESS;
1678}
1679
1680#ifdef VK_USE_PLATFORM_WIN32_KHR
1681

Callers 3

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected