Notch Notch Manual 0.9.23
 Light | Dark
GetGPUName()

GetGPUName()

Purpose #

Returns the name of the GPU currently being used by Notch’s render engine.

Syntax #

String GetGPUName()

Example #

function Init()
{
    Log("GPU: " + GetGPUName());
}