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
#pragma once
6
7
struct
Uniforms
{
8
mat4
model
;
9
mat4
view
;
10
mat4
projection
;
11
};
Uniforms
Definition:
types.h:7
Uniforms::model
mat4 model
Definition:
types.h:8
Uniforms::projection
mat4 projection
Definition:
types.h:10
Uniforms::view
mat4 view
Definition:
types.h:9
impeller
fixtures
types.h
Generated by
1.8.17