Update piet-gpu/bin/cli.rs

Co-authored-by: Chad Brokaw <cbrokaw@gmail.com>
This commit is contained in:
Raph Levien 2022-05-19 15:35:15 -07:00 committed by GitHub
parent 693ecd69e1
commit d62a40ea34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ fn main() -> Result<(), Error> {
let session = Session::new(device);
let mut cmd_buf = session.cmd_buf()?;
let query_pool = session.create_query_pool(12)?;
let query_pool = session.create_query_pool(Renderer::QUERY_POOL_SIZE)?;
let mut ctx = PietGpuRenderContext::new();
if let Some(input) = matches.value_of("INPUT") {