vkCreateInstance always geive me:"Attempted to read or write protected memory." #68
-
|
i really dont know waht's happend,i reference Vortice.Vulkan.SampleFramework/GraphicsDevice.cs,it should be work ''' |
Beta Was this translation helpful? Give feedback.
Answered by
amerkoleci
Oct 23, 2025
Replies: 1 comment 1 reply
-
|
Hey, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
heloonihao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Thanks because you're not initializing the library first, you need to call
vkInitialize,example: