• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
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 SkVM_fwd_DEFINED
9 #define SkVM_fwd_DEFINED
10 
11 namespace skvm {
12     class Assembler;
13     class Builder;
14     class Program;
15     struct Ptr;
16     struct I32;
17     struct F32;
18     struct Color;
19     struct Coord;
20     struct Uniforms;
21 }  // namespace skvm
22 
23 #endif//SkVM_fwd_DEFINED
24