5 lines
197 B
Lua
5 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isSupported
|
|
---Returns whether the current hardware supports desaturated textures
|
|
function IsDesaturateSupported() end |