chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.render.sprite;
|
||||
|
||||
[Guid("876e870a-2e34-4adb-bdc9-878b312e633b")]
|
||||
internal sealed class DrawPointSpritesShadedExample : Instance<DrawPointSpritesShadedExample>
|
||||
{
|
||||
[Output(Guid = "7c5d452d-25fd-4f2f-b3a2-161dcbca3e38")]
|
||||
public readonly Slot<Texture2D> Output = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user