Skip to content

Commit f2fe4ea

Browse files
committed
[remove] print statements, fix dependencies.
1 parent c44d274 commit f2fe4ea

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tools/triangles_demo/src/main.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::rc::Rc;
2-
31
use lambda::{
42
core::{
53
component::{
@@ -15,12 +13,8 @@ use lambda::{
1513
pipeline::{
1614
self,
1715
PipelineStage,
18-
RenderPipeline,
19-
},
20-
render_pass::{
21-
self,
22-
RenderPass,
2316
},
17+
render_pass,
2418
shader::{
2519
Shader,
2620
ShaderBuilder,
@@ -98,7 +92,6 @@ pub fn push_constants_to_bytes(push_constants: &PushConstant) -> &[u32] {
9892
std::slice::from_raw_parts(ptr, size_in_u32)
9993
};
10094

101-
println!("Push constants: {:?}", bytes);
10295
return bytes;
10396
}
10497

0 commit comments

Comments
 (0)