gfx.sky.procedural.set_use_debanding

Client

Sets whether debanding is enabled on the procedural sky material


Syntax

local status = gfx.sky.procedural.set_use_debanding(
    state
)

Parameters

TypeNameDescription
boolstatetrue to enable debanding, false to disable

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Enable procedural sky debanding
gfx.sky.procedural.set_use_debanding(true)

On this page