pub type PhysicalDeviceHostQueryResetFeaturesEXT = PhysicalDeviceHostQueryResetFeatures;

Aliased Type§

struct PhysicalDeviceHostQueryResetFeaturesEXT {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub host_query_reset: u32,
}

Fields§

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