Type Alias ExternalBufferPropertiesKHR

Source
pub type ExternalBufferPropertiesKHR = ExternalBufferProperties;

Aliased Type§

#[repr(C)]
pub struct ExternalBufferPropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub external_memory_properties: ExternalMemoryProperties, }

Fields§

§s_type: StructureType§p_next: *mut c_void§external_memory_properties: ExternalMemoryProperties