Type Alias VkInstance
pub type VkInstance = *mut __VkInstance;
Available on crate feature
dep_sdl3
only.Expand description
(sdl3-sys
) Enable a use-ash-*
feature to alias this to vk::Instance
from the ash
crate. Otherwise it’s a pointer to an opaque struct.