class LightSamplePool
pool: LightSample[]
__new(self: LightSamplePool)
acquire(self: LightSamplePool, x: any, y: any, depth: any): LightSample

Get a LightSample from the pool

release(self: LightSamplePool, obj: any)

Return a LightSample to the pool