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,8 @@
namespace Examples.Lib.render.camera;
[Guid("5fb11919-0eef-4cee-bddf-bf30e0a98ad9")]
internal sealed class CamPositionExample : Instance<CamPositionExample>
{
[Output(Guid = "d18c45be-bb7e-4727-8de2-2c227529ed76")]
public readonly Slot<Texture2D> ColorBuffer = new();
}