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.
name, version, vendor, device = love.graphics.getRendererInfo( )
None.
string name
string version
string vendor
string device
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.getRendererInfo