diff options
author | 2023-06-14 11:45:29 -0700 | |
---|---|---|
committer | 2023-06-14 11:45:29 -0700 | |
commit | 93673836cd2932351b25dea6ca46ae50d0e35ace (patch) | |
tree | e052824ed4655b673ea485f855862c1d2cc2709e /wgpu/src/backend.rs | |
parent | d955b3444da19e24bf0de6d6f432f06623ed5db2 (diff) | |
download | iced-93673836cd2932351b25dea6ca46ae50d0e35ace.tar.gz iced-93673836cd2932351b25dea6ca46ae50d0e35ace.tar.bz2 iced-93673836cd2932351b25dea6ca46ae50d0e35ace.zip |
Fixed documentation
Diffstat (limited to '')
-rw-r--r-- | wgpu/src/backend.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/backend.rs b/wgpu/src/backend.rs index 0735f81f..7c962308 100644 --- a/wgpu/src/backend.rs +++ b/wgpu/src/backend.rs @@ -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`. |