Files
wow_Meta/api/GetVideoCaps.lua
2025-05-04 14:35:26 +02:00

12 lines
396 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number hasAnisotropic
---@return number hasPixelShaders
---@return number hasVertexShaders
---@return number hasTrilinear
---@return number hasTripleBufering
---@return number maxAnisotropy
---@return number hasHardwareCursor
---Returns information about graphics capabilities of the current system
function GetVideoCaps() end