Replies: 1 comment 2 replies
-
Line 364 in a40ddee Line 187 in a40ddee But the example/hack contradicts your request. What do you need this for, can you show an example of the API in question?
What is meant here by "real"? Handles are typically passed by value (except for getter cases like |
Beta Was this translation helpful? Give feedback.
-
I have a
ash::vk::Device
object, and I need to get a real vulkan*mut vk::Device
. I see only theHandle
trait, but the values there return anu64
.I can only think of this hack:
Regardless of the answer, can
ash
include such a possibility of returning native typed pointers to the user instead of just integers?Beta Was this translation helpful? Give feedback.
All reactions