Pass:getTarget
EditReturns the textures a render pass is rendering to.
target = Pass:getTarget()
Arguments
None
Returns
Name | Type | Description |
target | table |
A table of the color textures targeted by the pass, with an additional depth key if the pass has a depth texture.
|