Struct ash::extensions::khr::XcbSurface [−][src]
pub struct XcbSurface { /* fields omitted */ }
Implementations
pub unsafe fn create_xcb_surface(
&self,
create_info: &XcbSurfaceCreateInfoKHR,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
pub unsafe fn create_xcb_surface(
&self,
create_info: &XcbSurfaceCreateInfoKHR,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
pub unsafe fn get_physical_device_xcb_presentation_support(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32,
connection: &mut xcb_connection_t,
visual_id: xcb_visualid_t
) -> bool
pub unsafe fn get_physical_device_xcb_presentation_support(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32,
connection: &mut xcb_connection_t,
visual_id: xcb_visualid_t
) -> bool
<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetPhysicalDeviceXcbPresentationSupportKHR.html
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XcbSurface
impl Send for XcbSurface
impl Sync for XcbSurface
impl Unpin for XcbSurface
impl UnwindSafe for XcbSurface
Blanket Implementations
Mutably borrows from an owned value. Read more