mirror of https://github.com/linebender/xilem
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:
parent
f72f556e9e
commit
d4e46357b3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue