pub struct VulkanKhrSharedPresentableImage { /* private fields */ }Expand description
struct for VK_KHR_shared_presentable_image
Implementations§
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§fn clone(&self) -> VulkanKhrSharedPresentableImage
fn clone(&self) -> VulkanKhrSharedPresentableImage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn vkGetSwapchainStatusKHR(
&self,
device: VkDevice,
swapchain: VkSwapchainKHR,
) -> Result<(), VkError>
fn vkGetSwapchainStatusKHR( &self, device: VkDevice, swapchain: VkSwapchainKHR, ) -> Result<(), VkError>
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more