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.render.sprite;
[Guid("876e870a-2e34-4adb-bdc9-878b312e633b")]
internal sealed class DrawPointSpritesShadedExample : Instance<DrawPointSpritesShadedExample>
{
[Output(Guid = "7c5d452d-25fd-4f2f-b3a2-161dcbca3e38")]
public readonly Slot<Texture2D> Output = new();
}