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.render.analyze{
[Guid("f0ea45cd-9971-46cd-a761-6e81c036aa87")]
internal sealed class GetScreenPosExample : Instance<GetScreenPosExample>
{
[Output(Guid = "b8823995-0087-41c3-9e8f-89c6024c23b1")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}