chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("0d94d3d9-3023-4763-b80c-2c63415500d4")]
|
||||
internal sealed class TransformPointsExample : Instance<TransformPointsExample>
|
||||
{
|
||||
[Output(Guid = "894cb20e-ff5a-48b5-a8d7-1fc64f933154")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user