gfx
macro_rules! gfx_constant_struct { ($root:ident { $( $field:ident: $ty:ty = $name:expr, )* }) => { ... }; }
Defines a structure that is used in a constant buffer.