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,16 @@
using T3.Core.Operator;
using T3.Core.Operator.Attributes;
using T3.Core.Operator.Slots;
using System.Runtime.InteropServices;
namespace Examples.user.fuzzy{
[Guid("3ff59cf2-33c3-4dd3-bcf8-83b88f8282e1")]
internal sealed class ExampleCustomPixelShader : Instance<ExampleCustomPixelShader>
{
[Output(Guid = "f6705c92-2d04-4e94-93f5-f0c26d0d4cdc")]
public readonly Slot<T3.Core.DataTypes.Texture2D> Output = new Slot<T3.Core.DataTypes.Texture2D>();
}
}