bedrock 1.1.70

Glue library between Vulkan and Rust
Documentation
1
2
3
4
//! VK_KHR_storage_buffer_storage_class extensions

pub const VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION: usize = 1;
pub static VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME: &'static str = "VK_KHR_storage_buffer_storage_class";