Struct ash::extensions_generated::ext::host_image_copy::DeviceFn
source · pub struct DeviceFn {
pub copy_memory_to_image_ext: PFN_vkCopyMemoryToImageEXT,
pub copy_image_to_memory_ext: PFN_vkCopyImageToMemoryEXT,
pub copy_image_to_image_ext: PFN_vkCopyImageToImageEXT,
pub transition_image_layout_ext: PFN_vkTransitionImageLayoutEXT,
pub get_image_subresource_layout2_ext: PFN_vkGetImageSubresourceLayout2KHR,
}
Expand description
Raw VK_EXT_host_image_copy device-level function pointers
Fields§
§copy_memory_to_image_ext: PFN_vkCopyMemoryToImageEXT
§copy_image_to_memory_ext: PFN_vkCopyImageToMemoryEXT
§copy_image_to_image_ext: PFN_vkCopyImageToImageEXT
§transition_image_layout_ext: PFN_vkTransitionImageLayoutEXT
§get_image_subresource_layout2_ext: PFN_vkGetImageSubresourceLayout2KHR
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
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