12 lines
320 B
C#
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>();
|
|
|
|
|
|
}
|
|
}
|
|
|