Skip to main content

PhysicalDeviceHostQueryResetFeaturesEXT

Type Alias PhysicalDeviceHostQueryResetFeaturesEXT 

Source
pub type PhysicalDeviceHostQueryResetFeaturesEXT = PhysicalDeviceHostQueryResetFeatures;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§host_query_reset: u32