• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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 
15 namespace sk_gpu_test {
16 TestContext* CreatePlatformMtlTestContext(TestContext*);
17 }  // namespace sk_gpu_test
18 
19 #endif
20 
21 
22 #endif /* MtlTestContext_h */
23