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.howto;
[Guid("649d4542-4165-4129-9484-dd8fb8663e15")]
internal sealed class HowToUseImageEffects : Instance<HowToUseImageEffects>
{
[Output(Guid = "30c39c3d-96cd-40ed-ae05-8b2a3eb6f177")]
public readonly Slot<Texture2D> Texture = new();
}