Files
tixl3d--tixl/Operators/examples/lib/render/analyze/GetScreenPosExample.cs
T
2026-07-13 13:15:05 +08:00

12 lines
326 B
C#

namespace Examples.Lib.render.analyze{
[Guid("f0ea45cd-9971-46cd-a761-6e81c036aa87")]
internal sealed class GetScreenPosExample : Instance<GetScreenPosExample>
{
[Output(Guid = "b8823995-0087-41c3-9e8f-89c6024c23b1")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}