Type Alias PhysicalDeviceScalarBlockLayoutFeaturesEXT

Source
pub type PhysicalDeviceScalarBlockLayoutFeaturesEXT = PhysicalDeviceScalarBlockLayoutFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceScalarBlockLayoutFeaturesEXT { pub s_type: StructureType, pub p_next: *mut c_void, pub scalar_block_layout: u32, }

Fields§

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