chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("3096f86e-e850-4f76-80de-1996fc811285")]
|
||||
internal sealed class LoadObjAsPointsExample : Instance<LoadObjAsPointsExample>
|
||||
{
|
||||
[Output(Guid = "ee4e55ae-e740-430c-82e7-4c3bdb98062d")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user