-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External memory support #324
Comments
Hello. How would you like this support to look like? You can use VMA with external memory currently with help of multiple features, like:
|
Hi there, thanks for the reply. I think that setting |
Hello again. I have managed to make progress with this. Please have a look at the code near line 1545 of the following example, which is part of the NVIDIA CUDA samples: https://github.com/NVIDIA/cuda-samples/blob/master/Samples/5_Domain_Specific/vulkanImageCUDA/vulkanImageCUDA.cu As you may notice, one needs to set security attributes in a Any ideas? |
Hello, In the sample code you showed, |
Yep, I had missed that bit before. |
This is all right, but do you really need to create a separate pool for each image? Does each one need different parameters in this |
Oh, that's good to know, thank you very much. |
Hello. This has been raised before, but are there any plans on supporting extensions like
VK_KHR_external_memory_win32
andVK_KHR_external_memory_fd
? These are particularly useful for applications that communicate data with, for example, CUDA.The text was updated successfully, but these errors were encountered: