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,10 @@
namespace Examples.Lib.numbers.floats;
[Guid("805d5196-f253-4fb6-9c5e-d69915b56328")]
internal sealed class ValuesToTextureExample : Instance<ValuesToTextureExample>
{
[Output(Guid = "db89d748-5fa7-4f47-926b-51cc949aac41")]
public readonly Slot<Texture2D> ImgOutput = new Slot<Texture2D>();
}