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