doc: typo
This commit is contained in:
parent
fc7739d9ab
commit
fc47fb4c5a
|
@ -11,7 +11,7 @@ pub type ShaderPassConfig = PathReference<ShaderPassMeta>;
|
||||||
/// Configuration options for a lookup texture used in the shader.
|
/// Configuration options for a lookup texture used in the shader.
|
||||||
pub type TextureConfig = PathReference<TextureMeta>;
|
pub type TextureConfig = PathReference<TextureMeta>;
|
||||||
|
|
||||||
/// A reference to a resource on desk.
|
/// A reference to a resource on disk.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||||
pub struct PathReference<M> {
|
pub struct PathReference<M> {
|
||||||
|
|
Loading…
Reference in a new issue