{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets information about the system's video card and drivers.
{{notice|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.}}
== 関数 ==
=== 概要 ===
<source lang="lua">
name, version, vendor, device = love.graphics.getRendererInfo( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|string|name|The name of the renderer, e.g. "OpenGL" or "OpenGL ES".}}
{{param (日本語)|string|version|The version of the renderer with some extra driver-dependent version info, e.g. "2.1 INTEL-8.10.44".}}
{{param (日本語)|string|vendor|The name of the graphics card vendor, e.g. "Intel Inc". }}
{{param (日本語)|string|device|The name of the graphics card, e.g. "Intel HD Graphics 3000 OpenGL Engine".}}

== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
[[Sub-Category::SystemInfo (日本語)| ]]
{{#set:Description=Gets information about the system's video card and drivers.}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getRendererInfo}}