Files
wow_Meta/api/GetVideoCaps.lua
2024-12-16 13:13:08 +01:00

11 lines
402 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