Pass:getClear

Edit

Returns the clear values of the pass.

clears = Pass:getClear()

Arguments

None

Returns

NameTypeDescription
clearstable 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