gfx::gfx_constant_struct! [] [src]

macro_rules! gfx_constant_struct {
    ($root:ident {
        $( $field:ident: $ty:ty = $name:expr, )*
    }) => { ... };
}