Files
2026-07-13 13:13:17 +08:00

10 lines
286 B
C#

namespace Examples.Lib.image.fx.stylize;
[Guid("5f381544-0b6d-4e78-802a-c959c9686836")]
internal sealed class DetectEdgesExample : Instance<DetectEdgesExample>
{
[Output(Guid = "333ed097-27f7-4ffa-b1c3-3d6c20cd25ac")]
public readonly Slot<Texture2D> TextureOutput = new();
}