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.
macro_rules! gfx_constant_struct {
($root:ident {
$( $field:ident: $ty:ty = $name:expr, )*
}) => { ... };
}
Defines a structure that is used in a constant buffer.