Fix broken intra-doc links
This commit is contained in:
parent
c2baf18cbf
commit
280d3736d5
3 changed files with 5 additions and 5 deletions
|
|
@ -10,10 +10,10 @@ use std::sync::Arc;
|
|||
#[derive(Clone, Debug)]
|
||||
/// A custom primitive which can be used to render primitives associated with a custom pipeline.
|
||||
pub struct Pipeline {
|
||||
/// The bounds of the [`Shader`].
|
||||
/// The bounds of the [`Pipeline`].
|
||||
pub bounds: Rectangle,
|
||||
|
||||
/// The [`custom::Primitive`] to render.
|
||||
/// The [`Primitive`] to render.
|
||||
pub primitive: Arc<dyn Primitive>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue