Flutter Engine
The Flutter Engine
TestOptions.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef skiatest_graphite_TestOptions_DEFINED
9#define skiatest_graphite_TestOptions_DEFINED
10
12
13namespace skiatest::graphite {
14
16 TestOptions() = default;
17 TestOptions(const TestOptions&) = default;
19 TestOptions& operator=(const TestOptions&) = default;
21
23 bool fNeverYieldToWebGPU = false;
24};
25
26} // namespace skiatest::graphite
27
28#endif
skgpu::graphite::ContextOptions fContextOptions
Definition: TestOptions.h:22
TestOptions(TestOptions &&)=default
TestOptions & operator=(TestOptions &&)=default
TestOptions & operator=(const TestOptions &)=default
TestOptions(const TestOptions &)=default