blob: d8775956bacd399255fbeed69b1991fb39e1df6c [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.
struct Uniforms {
mat4 model;
mat4 view;
mat4 projection;
};