Flutter Impeller
types.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef FLUTTER_IMPELLER_FIXTURES_TYPES_H_
6 #define FLUTTER_IMPELLER_FIXTURES_TYPES_H_
7 
8 struct Uniforms {
9  mat4 model;
10  mat4 view;
11  mat4 projection;
12 };
13 
14 #endif // FLUTTER_IMPELLER_FIXTURES_TYPES_H_
Definition: types.h:8
mat4 projection
Definition: types.h:11
mat4 view
Definition: types.h:10
mat4 model
Definition: types.h:9