public static enum Settings.ChromeGpuModes extends Enum<Settings.ChromeGpuModes>
| Enum Constant and Description |
|---|
Disabled
Disable GPU hardware utilization
|
Hardware
Enable hardware acceleration
|
HardwareFull
Enable hardware acceleration with Vulkan features
|
Software
Enable software acceleration
|
| Modifier and Type | Method and Description |
|---|---|
static Settings.ChromeGpuModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Settings.ChromeGpuModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.ChromeGpuModes Disabled
public static final Settings.ChromeGpuModes Software
public static final Settings.ChromeGpuModes Hardware
public static final Settings.ChromeGpuModes HardwareFull
public static Settings.ChromeGpuModes[] values()
for (Settings.ChromeGpuModes c : Settings.ChromeGpuModes.values()) System.out.println(c);
public static Settings.ChromeGpuModes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022–2025 Iron Software. All rights reserved.