Files
tooll3--t3/Operators/examples/lib/render/shading/GetPointLightOcclusionExample.cs
2026-07-13 13:13:17 +08:00

12 lines
346 B
C#

namespace Examples.Lib.render.shading{
[Guid("c1f9edf1-0037-4643-a67f-79aebcd04b41")]
internal sealed class GetPointLightOcclusionExample : Instance<GetPointLightOcclusionExample>
{
[Output(Guid = "0f56fd43-4a80-419d-807b-20eb682ecd26")]
public readonly Slot<Texture2D> ColorBuffer = new Slot<Texture2D>();
}
}