Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
android_test_utils.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_ANDROID_ANDROID_TEST_UTILS_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_ANDROID_ANDROID_TEST_UTILS_H_
7
8#include <string>
9#include <vector>
10
12
13/// A list of Vulkan device extensions that are required by Android-specific
14/// services in the Impeller Vulkan back end.
15/// This can be used to configure the mock Vulkan framework to simulate
16/// Android's version of Vulkan.
17extern const std::vector<std::string> kAndroidDeviceExtensions;
18
19} // namespace impeller::android::testing
20
21#endif // FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_ANDROID_ANDROID_TEST_UTILS_H_
const std::vector< std::string > kAndroidDeviceExtensions