Purpose # Returns the name of the GPU currently being used by Notch’s render engine. Syntax # String GetGPUName() Example # function Init() { Log("GPU: " + GetGPUName()); }