// // Copyright 2019 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // VulkanHelper.h : Helper for vulkan. #ifndef ANGLE_TESTS_TESTUTILS_VULKANHELPER_H_ #define ANGLE_TESTS_TESTUTILS_VULKANHELPER_H_ #include "common/angleutils.h" #include "common/vulkan/vk_headers.h" #include "vulkan/vulkan_fuchsia_ext.h" namespace angle { class VulkanHelper { … }; } // namespace angle #endif // ANGLE_TESTS_TESTUTILS_VULKANHELPER_H_