mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
Former-commit-id: b76defa253e555cd381ab6ccf66c8e7f3e816433
This commit is contained in:
parent
1684013138
commit
3963d4a3ef
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user