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