Struct ash::extensions::khr::ExternalMemoryWin32
source · pub struct ExternalMemoryWin32 { /* private fields */ }
Expand description
Implementations§
source§impl ExternalMemoryWin32
impl ExternalMemoryWin32
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn get_memory_win32_handle(
&self,
create_info: &MemoryGetWin32HandleInfoKHR
) -> VkResult<HANDLE>
pub unsafe fn get_memory_win32_handle( &self, create_info: &MemoryGetWin32HandleInfoKHR ) -> VkResult<HANDLE>
sourcepub unsafe fn get_memory_win32_handle_properties(
&self,
handle_type: ExternalMemoryHandleTypeFlags,
handle: HANDLE
) -> VkResult<MemoryWin32HandlePropertiesKHR>
pub unsafe fn get_memory_win32_handle_properties( &self, handle_type: ExternalMemoryHandleTypeFlags, handle: HANDLE ) -> VkResult<MemoryWin32HandlePropertiesKHR>
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrExternalMemoryWin32Fn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for ExternalMemoryWin32
impl Clone for ExternalMemoryWin32
source§fn clone(&self) -> ExternalMemoryWin32
fn clone(&self) -> ExternalMemoryWin32
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