macro_rules! gpu_test_main {
($tests: expr) => { ... };
}
Expand description
Adds the necessary main function for our gpu test harness.
Takes a single argument which is an expression that evaluates to Vec<wgpu_test::GpuTestInitializer>
.
macro_rules! gpu_test_main {
($tests: expr) => { ... };
}
Adds the necessary main function for our gpu test harness.
Takes a single argument which is an expression that evaluates to Vec<wgpu_test::GpuTestInitializer>
.