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_GGP_stream_descriptor_surface`
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct stream_descriptor_surface;
impl stream_descriptor_surface {
    /// `VK_GGP_stream_descriptor_surface`;
    pub const NAME: crate::ExtName<'static> = crate::e!("VK_GGP_stream_descriptor_surface");
}
impl_ext! { stream_descriptor_surface }
/// `VK_GGP_frame_token`
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
pub struct frame_token;
impl frame_token {
    /// `VK_GGP_frame_token`;
    pub const NAME: crate::ExtName<'static> = crate::e!("VK_GGP_frame_token");
}
impl_ext! { frame_token }