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

Defines a structure that is used in a constant buffer.