gfx.antialiasing.set_mode
Client
Sets the active antialiasing mode
Syntax
local status = gfx.antialiasing.set_mode(
mode
)Parameters
| Type | Name | Description |
|---|---|---|
gfx.antialiasing.aa_mode | mode | Antialiasing mode to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.antialiasing.set_mode(gfx.antialiasing.aa_mode.TAA)