blob: f703238c41edd9cd8d33422c7580b1730b464090 [file] [log] [blame]
Greg Danielb76a72a2017-07-13 15:07:54 -04001/*
2 * Copyright 2017 Google Inc.
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 MtlTestContext_h
9#define MtlTestContext_h
10
11#include "TestContext.h"
12
13#ifdef SK_METAL
14
15namespace sk_gpu_test {
16TestContext* CreatePlatformMtlTestContext(TestContext*);
17} // namespace sk_gpu_test
18
19#endif
20
21
22#endif /* MtlTestContext_h */