[][src]Macro vulkayes_core::shader_specialization_constants

macro_rules! shader_specialization_constants {
    (
		pub struct $name: ident {
			$(
				layout(constant_id = $id: expr) const $ty: ident $var: ident;
			)+
		}
	) => { ... };
}