chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Examples.Lib.field.generate{
|
||||
[Guid("258f6274-1a52-47d3-a991-7b3d08829c08")]
|
||||
internal sealed class Image2dSDFExample : Instance<Image2dSDFExample>
|
||||
{
|
||||
[Output(Guid = "4b8f83a1-5656-4e37-a168-9d5d90d654ee")]
|
||||
public readonly Slot<Texture2D> Result = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user