diff --git a/src/redirect.rs b/src/redirect.rs index d6c1c01..98caddd 100644 --- a/src/redirect.rs +++ b/src/redirect.rs @@ -68,10 +68,10 @@ impl Redirector { | Statement::Store { .. } | Statement::ImageStore { .. } | Statement::Atomic { .. } - | Statement::RayQuery { .. } => (), - Statement::SubgroupBallot { result, predicate } => todo!(), - Statement::SubgroupGather { mode, argument, result } => todo!(), - Statement::SubgroupCollectiveOperation { op, collective_op, argument, result } => todo!(), + | Statement::RayQuery { .. } + | Statement::SubgroupBallot { .. } + | Statement::SubgroupGather { .. } + | Statement::SubgroupCollectiveOperation { .. } => (), } } }