blob: 0a29a3a8f8bbb51c707b89a11aad798c81a4b3a1 [file] [log] [blame]
//
// 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.
//
// This file includes APIs to detect whether certain Apple renderer is availabe for testing.
//
#ifndef ANGLE_TEST_INSTANTIATE_APPLE_H_
#define ANGLE_TEST_INSTANTIATE_APPLE_H_
namespace angle
{
bool IsMetalRendererAvailable();
} // namespace angle
#endif // ANGLE_TEST_INSTANTIATE_APPLE_H_