All to render the grid...

This commit is contained in:
Eryn Wells 2018-10-14 12:17:17 -07:00
parent 5672a44b47
commit 3f98d0f478
3 changed files with 15 additions and 9 deletions

View file

@ -21,5 +21,6 @@ struct Rect {
]
}
var transform: Matrix3x3
var transform: Matrix4x4
var color: Float4
}