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.camera;
[Guid("5317ade3-d4df-480d-872d-a17c63909da0")]
internal sealed class CameraExample : Instance<CameraExample>
{
[Output(Guid = "0c2f45b5-7591-45a6-9861-ce2575444dd4")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}