headless_renderer comments typo fix (#13342)

Fixing a typo in the comments of the new headless_renderer example
This commit is contained in:
Chris Biscardi 2024-05-12 15:01:49 -07:00 committed by GitHub
parent be217ab037
commit a3027beabe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
//! derived from: <https://sotrh.github.io/learn-wgpu/showcase/windowless/#a-triangle-without-a-window>
//! It follows this steps:
//! 1. Render from camera to gpu-image render target
//! 2. Copy form gpu image to buffer using `ImageCopyDriver` node in `RenderGraph`
//! 2. Copy from gpu image to buffer using `ImageCopyDriver` node in `RenderGraph`
//! 3. Copy from buffer to channel using `receive_image_from_buffer` after `RenderSet::Render`
//! 4. Save from channel to random named file using `scene::update` at `PostUpdate` in `MainWorld`
//! 5. Exit if `single_image` setting is set