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