Former-commit-id: b76defa253e555cd381ab6ccf66c8e7f3e816433
This commit is contained in:
Joshua Barretto 2019-05-22 19:49:06 +01:00
parent 1684013138
commit 3963d4a3ef

View File

@ -1,4 +1,7 @@
use std::ops::{Add, Mul, Div};
use super::{
super::{Pipeline, TgtColorFmt, TgtDepthFmt},
Globals,
};
use gfx::{
self,
gfx_constant_struct_meta,
@ -9,11 +12,8 @@ use gfx::{
gfx_pipeline_inner,
gfx_vertex_struct_meta,
};
use std::ops::{Add, Div, Mul};
use vek::*;
use super::{
super::{Pipeline, TgtColorFmt, TgtDepthFmt},
Globals,
};
gfx_defines! {
vertex Vertex {