[][src]Trait vulkanalia::vk::ExtDirectfbSurfaceExtension

pub trait ExtDirectfbSurfaceExtension: InstanceV1_0 {
    fn create_direct_fb_surface_ext(
        &self,
        create_info: &DirectFBSurfaceCreateInfoEXT,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... }
fn get_physical_device_direct_fb_presentation_support_ext<T_IDirectFB>(
        &self,
        physical_device: PhysicalDevice,
        queue_family_index: u32
    ) -> T_IDirectFB { ... } }

Provided methods

Loading content...

Implementors

impl ExtDirectfbSurfaceExtension for Instance[src]

Loading content...