GpuDelegateFactory.Options.GpuBackend

énumération statique finale publique GpuDelegateFactory.Options.GpuBackend

Backend de GPU à sélectionner.

Méthodes héritées

entier
int
compareTo(Object arg0)
booléen final
equals(Object arg0)
Classe<GpuDelegateFactory.Options.GpuBackend>
getDeclaringClass()
entier
hashCode()
Chaîne
name()
entier
ordinal()
String
toString()
statique <T étend Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
equals(Object arg0)
finale Classe<?>
getClass()
int
hashCode()
final vide
notify()
final vide
notifyAll()
String
toString()
final vide
wait(long arg0, int arg1)
final vide
wait(long arg0)
final vide
wait()
abstrait entier

Valeurs enum

public static final GpuDelegateFactory.Options.GpuBackend OPENCL

Force l'exécution avec Open CL.

public statique final GpuDelegateFactory.Options.GpuBackend OPENGL

Force l'exécution avec Open GL.

public statique final GpuDelegateFactory.Options.GpuBackend NON DÉFINI

Essayez d'abord OpenCL. Si elle n'est pas disponible, revenez à OpenGL.