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.shading;
[Guid("81337795-7e15-4335-a067-6d2c54a7b4b8")]
internal sealed class SliceViewPortExample : Instance<SliceViewPortExample>
{
[Output(Guid = "328c2eb7-80bf-4a64-aef0-fb0c8bb72ed0")]
public readonly Slot<Texture2D> ColorBuffer = new();
}