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.image.use{
[Guid("62df21a2-901e-4cb9-a5ed-84d555860852")]
internal sealed class VideoDeviceInputExample : Instance<VideoDeviceInputExample>
{
[Output(Guid = "e435738b-84fa-4f32-822d-0315d8a8455d")]
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
}
}