Skip to main content

BufferMemoryRequirementsInfo2KHR

Type Alias BufferMemoryRequirementsInfo2KHR 

Source
pub type BufferMemoryRequirementsInfo2KHR = BufferMemoryRequirementsInfo2;

Aliased Type§

#[repr(C)]
pub struct BufferMemoryRequirementsInfo2KHR { pub s_type: StructureType, pub p_next: *const c_void, pub buffer: Buffer, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2.

§p_next: *const c_void

Optional, may be null.

§buffer: Buffer