aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/mtl/GrMtlTypes.h
blob: fa88cf06f04a28f1b5ef7f3ad9348935b28a2c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2017 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrMtlTypes_DEFINED
#define GrMtlTypes_DEFINED

#include "GrTypes.h"

// This is a placeholder class until we fill it out. This is needed so we can have the mtl include
// path in our BUILD.gn

#endif