Struct ash::extensions::khr::XlibSurface   
source · pub struct XlibSurface { /* private fields */ }Implementations§
source§impl XlibSurface
 
impl XlibSurface
pub fn new(entry: &Entry, instance: &Instance) -> Self
sourcepub unsafe fn create_xlib_surface(
    &self,
    create_info: &XlibSurfaceCreateInfoKHR,
    allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
 
pub unsafe fn create_xlib_surface( &self, create_info: &XlibSurfaceCreateInfoKHR, allocation_callbacks: Option<&AllocationCallbacks> ) -> VkResult<SurfaceKHR>
sourcepub unsafe fn get_physical_device_xlib_presentation_support(
    &self,
    physical_device: PhysicalDevice,
    queue_family_index: u32,
    display: &mut Display,
    visual_id: VisualID
) -> bool
 
pub unsafe fn get_physical_device_xlib_presentation_support( &self, physical_device: PhysicalDevice, queue_family_index: u32, display: &mut Display, visual_id: VisualID ) -> bool
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrXlibSurfaceFn
pub fn instance(&self) -> Instance
Trait Implementations§
source§impl Clone for XlibSurface
 
impl Clone for XlibSurface
source§fn clone(&self) -> XlibSurface
 
fn clone(&self) -> XlibSurface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more