Struct vulkan_rs::VkWaylandSurfaceCreateInfoKHR [] [src]

#[repr(C)]
pub struct VkWaylandSurfaceCreateInfoKHR { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkWaylandSurfaceCreateFlagsKHR, pub display: *mut wl_display, pub surface: *mut wl_surface, }

Structure specifying parameters of a newly created Wayland surface object

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

reserved for future use

Trait Implementations

impl Default for VkWaylandSurfaceCreateInfoKHR
[src]

Returns the "default value" for a type. Read more