Fixed documentation

This commit is contained in:
Bingus 2023-06-14 11:45:29 -07:00
parent d955b3444d
commit 93673836cd
No known key found for this signature in database
GPG key ID: 5F84D2AA40A9F170

View file

@ -124,7 +124,7 @@ impl Backend {
}
/// Performs an offscreen render pass. If the `format` selected by WGPU is not
/// `wgpu::TextureFormat::Rgba8UnormSrgb`, a conversion compute pipeline will run.
/// `wgpu::TextureFormat::Rgba8UnormSrgb`, it will be run through a blit.
///
/// Returns `None` if the `frame` is `Rgba8UnormSrgb`, else returns the newly
/// converted texture view in `Rgba8UnormSrgb`.