Type Alias ash::vk::PhysicalDeviceScalarBlockLayoutFeaturesEXT
source · pub type PhysicalDeviceScalarBlockLayoutFeaturesEXT = PhysicalDeviceScalarBlockLayoutFeatures;Aliased Type§
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