covk 0.1.2-1.4.346

Unsafe vulkan bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// generated file, do not modify manually
/// `VK_INTEL_shader_integer_functions2`
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct shader_integer_functions2;
impl shader_integer_functions2 {
    /// `VK_INTEL_shader_integer_functions2`;
    pub const NAME: crate::ExtName<'static> = crate::e!("VK_INTEL_shader_integer_functions2");
}
impl_ext! { shader_integer_functions2 }
/// `VK_INTEL_performance_query`
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct performance_query;
impl performance_query {
    /// `VK_INTEL_performance_query`;
    pub const NAME: crate::ExtName<'static> = crate::e!("VK_INTEL_performance_query");
}
impl_ext! { performance_query }