| 1673 | #endif /* VK_USE_PLATFORM_WIN32_KHR */ |
| 1674 | |
| 1675 | static 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 |