rust fmt
This commit is contained in:
parent
752fc1f1ee
commit
9fcd93b7b2
|
@ -693,8 +693,8 @@ fn main() {
|
|||
.color_blend_state(&color_blend_state)
|
||||
.dynamic_state(&dynamic_state_info)
|
||||
.layout(pipeline_layout)
|
||||
.render_pass(renderpass).
|
||||
build()];
|
||||
.render_pass(renderpass)
|
||||
.build()];
|
||||
|
||||
let graphics_pipelines = base
|
||||
.device
|
||||
|
|
Loading…
Reference in a new issue