5 lines
195 B
Lua
5 lines
195 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isAvailable
|
|
---Returns whether the current system supports stereoscopic 3D display
|
|
function IsStereoVideoAvailable() end |