fast_vk 0.3.1

Low-level VK API library designed for millions requests
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy)]
#[non_exhaustive]
pub enum Event {
    DoneWork,
    GotWork,
}