Handle renaming of `#gpu` to `#vello` (#902)

See [#linebender > Create a channel for
Vello?](https://xi.zulipchat.com/#narrow/channel/419691-linebender/topic/Create.20a.20channel.20for.20Vello.3F)
This commit is contained in:
Daniel McNab 2025-03-20 17:18:57 +00:00 committed by GitHub
parent f72f556e9e
commit d4e46357b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use crate::{MessageResult, Pod, View, ViewCtx, ViewId};
/// Corresponds to the [`Image`](widgets::Image) widget.
///
/// It is not currently supported to use a GPU-resident [texture](vello::wgpu::Texture) in this widget.
/// See [#gpu>vello adding wgpu texture buffers to scene](https://xi.zulipchat.com/#narrow/stream/197075-gpu/topic/vello.20adding.20wgpu.20texture.20buffers.20to.20scene)
/// See [#vello > vello adding wgpu texture buffers to scene](https://xi.zulipchat.com/#narrow/channel/197075-vello/topic/vello.20adding.20wgpu.20texture.20buffers.20to.20scene/with/456486490)
/// for discussion.
pub fn image(image: &vello::peniko::Image) -> Image {
Image {