chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -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>();
}
}