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.io.input;
[Guid("025285fd-c00f-44c7-8698-363ccc763fa1")]
internal sealed class GamePadExample : Instance<GamePadExample>
{
[Output(Guid = "df202c9a-aad1-4ca8-a12d-a61e48bdb415")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}