AdamYuan

Results 1 issues of AdamYuan

In [Samples/5_Domain_Specific/simpleVulkan/main.cpp](https://github.com/NVIDIA/cuda-samples/blob/master/Samples/5_Domain_Specific/simpleVulkan/main.cpp) The function `importCudaExternalMemory`: ``` c++ void importCudaExternalMemory(void **cudaPtr, cudaExternalMemory_t &cudaMem, VkDeviceMemory &vkMem, VkDeviceSize size, VkExternalMemoryHandleTypeFlagBits handleType) { cudaExternalMemoryHandleDesc externalMemoryHandleDesc = {}; if (handleType & VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT) { externalMemoryHandleDesc.type =...