love.graphics.getRendererInfo

love.graphics.getRendererInfo

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Gets information about the system's video card and drivers.

Almost everything returned by this function is highly dependent on the system running the code and should probably not be used to make run-time decisions.

Function

Synopsis

name, version, vendor, device = love.graphics.getRendererInfo( )

Arguments

None.

Returns

string name
The name of the renderer, e.g. "OpenGL" or "OpenGL ES".
string version
The version of the renderer with some extra driver-dependent version info, e.g. "2.1 INTEL-8.10.44".
string vendor
The name of the graphics card vendor, e.g. "Intel Inc".
string device
The name of the graphics card, e.g. "Intel HD Graphics 3000 OpenGL Engine".

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.getRendererInfo

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部