bedrock 1.1.70

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

pub const VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION: usize = 1;
pub static VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME: &'static str = "VK_NV_geometry_shader_passthrough";