forked from blender/blender
me-main #1
@ -39,7 +39,6 @@ def get_gpu_device(args: None) -> List:
|
|||||||
if device.type == device_type:
|
if device.type == device_type:
|
||||||
result.append({'type': device.type, 'name': device.name, 'index': index})
|
result.append({'type': device.type, 'name': device.name, 'index': index})
|
||||||
index += 1
|
index += 1
|
||||||
break
|
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user