macro_rules! vulkan_int_operation_impl {
(
$trait:
ident,
$method:
ident,
$op:
tt
) => { ... };
}
macro_rules! vulkan_int_operation_impl {
(
$trait:
ident,
$method:
ident,
$op:
tt
) => { ... };
}