Is it possible to use existing Vulkan context? #125
-
I know, vulkan is still in works, but would this be possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Yes. I can make the |
Beta Was this translation helpful? Give feedback.
-
Yeah. In my case, I want to do some additional computation on GPU, and I don't want to go trough the hell of setting up 500 lines of vulkan code to run a compute kernel. Neither start new Vulkan context. |
Beta Was this translation helpful? Give feedback.
Understood. We'll consider this when making the Vulkan backend.