fps counter

This commit is contained in:
2021-10-14 22:27:54 +02:00
parent 5365097f3b
commit 989056af99
7 changed files with 160 additions and 142 deletions

View File

@@ -319,7 +319,6 @@ impl TextShader {
.build(device.clone())
.unwrap());
println!("layout: {:?}", vulkano::descriptor::PipelineLayoutAbstract::descriptor_set_layout(&gp, 0).unwrap().descriptors_count());
gp
}
}