Added OutlineRenderLabel documentation

This commit is contained in:
Silas Bartha 2024-06-05 10:09:05 -04:00
parent 3d89c34567
commit ed2665afe2
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -17,6 +17,7 @@ use bevy::{
use super::components;
use super::resources;
/// Label for outline post-process render node.
#[derive(RenderLabel, Clone, Eq, PartialEq, Hash, Debug)]
pub struct OutlineRenderLabel;