Closed EliTheproto closed 1 month ago
Since using gpu.platform.renderer_get() does not work on apple devices: it just returns "Metal API", I utilized gpu.platform.vendor_get() in order to get the actual name of the GPU
gpu.platform.renderer_get()
gpu.platform.vendor_get()
Since using
gpu.platform.renderer_get()
does not work on apple devices: it just returns "Metal API", I utilizedgpu.platform.vendor_get()
in order to get the actual name of the GPU