Searched defs:create_vulkan_surface (Results 1 – 3 of 3) sorted by relevance
30 fn create_vulkan_surface(self: Arc<Self>, _instance: Arc<Instance>) -> Result<Arc<Surface>> { in create_vulkan_surface() method
140 fn create_vulkan_surface(self: Arc<Self>, instance: Arc<Instance>) -> Result<Arc<Surface>> { in create_vulkan_surface() method
31 fn create_vulkan_surface(self: Arc<Self>, instance: Arc<Instance>) -> Result<Arc<Surface>>; in create_vulkan_surface() method