Skip to main content

MemoryOpaqueCaptureAddressAllocateInfoKHR

Type Alias MemoryOpaqueCaptureAddressAllocateInfoKHR 

Source
pub type MemoryOpaqueCaptureAddressAllocateInfoKHR = MemoryOpaqueCaptureAddressAllocateInfo;

Aliased Type§

#[repr(C)]
pub struct MemoryOpaqueCaptureAddressAllocateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub opaque_capture_address: u64, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO.

§p_next: *const c_void

Optional, may be null.

§opaque_capture_address: u64