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.shading;
[Guid("1f73d45d-fdbf-4429-8e17-741285a050f5")]
public class SetShadowExample : Instance<SetShadowExample>
{
[Output(Guid = "302055d3-17af-4393-b85f-d792866a1f79")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}