#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct shader_integer_functions2;
impl shader_integer_functions2 {
pub const NAME: crate::ExtName<'static> = crate::e!("VK_INTEL_shader_integer_functions2");
}
impl_ext! { shader_integer_functions2 }
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct performance_query;
impl performance_query {
pub const NAME: crate::ExtName<'static> = crate::e!("VK_INTEL_performance_query");
}
impl_ext! { performance_query }