Type Alias ash::vk::aliases::MemoryDedicatedAllocateInfoKHR
source · pub type MemoryDedicatedAllocateInfoKHR<'a> = MemoryDedicatedAllocateInfo<'a>;
Aliased Type§
struct MemoryDedicatedAllocateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub buffer: Buffer,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image
§buffer: Buffer
§_marker: PhantomData<&'a ()>