RayTracing / gpu-tracing

Ray tracing on GPU systems
https://raytracing.github.io/gpu-tracing
Creative Commons Attribution 4.0 International
100 stars 6 forks source link

Listing 10 is missing a semicolon #15

Open trevordblack opened 2 months ago

trevordblack commented 2 months ago
        // End the render pass by consuming the object.
        drop(render_pass);

        let command_buffer = encoder.finish()
        self.queue.submit(Some(command_buffer));

encoder.finish() needs a semicolon