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

12 lines
320 B
C#

namespace Examples.Lib.image.fx.distort{
[Guid("5364ffce-d804-4b1f-a2f9-3603d2a2abd4")]
internal sealed class DisplaceExample : Instance<DisplaceExample>
{
[Output(Guid = "865f0975-2581-4633-a89d-50ab84c8f64a")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}