blob: e26dbee0682bd97e93cb52c6da09d0643930fb1c [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_IMPELLER_FIXTURES_TYPES_H_
#define FLUTTER_IMPELLER_FIXTURES_TYPES_H_
struct Uniforms {
mat4 model;
mat4 view;
mat4 projection;
};
#endif // FLUTTER_IMPELLER_FIXTURES_TYPES_H_