ExternalBufferPropertiesKHR

Type Alias ExternalBufferPropertiesKHR 

Source
pub type ExternalBufferPropertiesKHR = ExternalBufferProperties;
Expand description

Aliased Type§

#[repr(C)]
pub 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