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.vec2;
[Guid("3dd015ed-5d7a-4b0e-a6da-958c58f716bb")]
internal sealed class GridPositionExample : Instance<GridPositionExample>
{
[Output(Guid = "a2de29e8-2a27-47c9-b99e-5b1ce4dc10b5")]
public readonly Slot<Texture2D> ColorBuffer = new();
}