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§p_next: *const c_void§opaque_capture_address: u64