GE Lua Documentation

Press F to search!

getGPUInfo

Definition


-- @/=[C]:-1
function getGPUInfo(...)

Callers

@/lua/ge/extensions/core/hardwareinfo.lua
  -- GPU
  res.gpu = Engine.Platform.getGPUInfo()
  res.gpu.warnings = {}
    cpu = Engine.Platform.getCPUInfo(),
    gpu = Engine.Platform.getGPUInfo(),
    os = Engine.Platform.getOSInfo(),
@/lua/ge/extensions/tech/techCore.lua
  if request['gpu'] then
    response['gpu'] = Engine.Platform.getGPUInfo()
  end
@/lua/ge/screenshot.lua
  res.cpu = Engine.Platform.getCPUInfo()
  res.gpu = Engine.Platform.getGPUInfo()
  if res.gpu then