gfx.sky.physical.get_use_debanding
Client
Retrieves whether debanding is currently enabled on the physical sky material
Syntax
local result = gfx.sky.physical.get_use_debanding()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if debanding is enabled, false otherwise |
Examples
core.engine.print("info", "Debanding:", gfx.sky.physical.get_use_debanding())