ILight is the interface that must be implemented for all light types.
| 11 | |
| 12 | // ILight is the interface that must be implemented for all light types. |
| 13 | type ILight interface { |
| 14 | RenderSetup(gs *gls.GLS, rinfo *core.RenderInfo, idx int) |
| 15 | } |
no outgoing calls
no test coverage detected