pub type PhysicalDeviceScalarBlockLayoutFeaturesEXT = PhysicalDeviceScalarBlockLayoutFeatures;
Expand description

Aliased Type§

struct PhysicalDeviceScalarBlockLayoutFeaturesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub scalar_block_layout: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§scalar_block_layout: u32