Flutter Engine
The Flutter Engine
impeller
fixtures
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_
Uniforms
Definition:
types.h:8
Uniforms::projection
mat4 projection
Definition:
types.h:11
Uniforms::view
mat4 view
Definition:
types.h:10
Uniforms::model
mat4 model
Definition:
types.h:9
Generated on Sun Jun 23 2024 21:54:59 for Flutter Engine by
1.9.4