Pass:getClear
EditReturns the clear values of the pass.
clears = Pass:getClear()
Arguments
None
Returns
Name | Type | Description |
clears | table |
The clear values for the pass. Numeric keys will contain clear values for color textures, either as a table of r, g, b, a values or a boolean. If the pass has a depth texture, there will also be depth and stencil keys containing the clear values or booleans.
|
See also
Pass:getTarget
Pass