pub type ExternalBufferPropertiesKHR = ExternalBufferProperties;
Expand description

Aliased Type§

struct ExternalBufferPropertiesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub external_memory_properties: ExternalMemoryProperties,
}

Fields§

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