bedrock 1.1.70

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

pub const VK_EXT_SHADER_GROUP_BALLOT_SPEC_VERSION: usize = 1;
pub static VK_EXT_SHADER_GROUP_BALLOT_EXTENSION_NAME: &'static str = "VK_EXT_shader_group_ballot";