[][src]Trait vulkano_win::VkSurfaceBuild

pub trait VkSurfaceBuild {
    fn build_vk_surface(
        self,
        events_loop: &EventsLoop,
        instance: Arc<Instance>
    ) -> Result<Arc<Surface<Window>>, CreationError>; }

Required methods

fn build_vk_surface(
    self,
    events_loop: &EventsLoop,
    instance: Arc<Instance>
) -> Result<Arc<Surface<Window>>, CreationError>

Loading content...

Implementations on Foreign Types

impl VkSurfaceBuild for WindowBuilder[src]

Loading content...

Implementors

Loading content...