Function wgpu_test::execute_test
source · pub async fn execute_test(
adapter_report: Option<&AdapterReport>,
config: GpuTestConfiguration,
test_info: Option<TestInfo>
)
Expand description
Execute the given test configuration with the given adapter report.
If test_info is specified, will use the information whether to skip the test. If it is not, we’ll create the test info from the adapter itself.