bedrock 1.1.70

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

pub const VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION: usize = 1;
pub static VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME: &'static str = "VK_KHR_sampler_mirror_clamp_to_edge";