Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphOptions
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphOptions in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphOptions Modifier and Type Method Description MPSGraphOptionsMPSGraph. getOptions()MPSGraphOptionsMPSGraphExecutable. getOptions()static MPSGraphOptionsMPSGraphOptions. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphOptionsMPSGraphOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphOptions[]MPSGraphOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphOptions Modifier and Type Method Description voidMPSGraph. setOptions(MPSGraphOptions v)voidMPSGraphExecutable. setOptions(MPSGraphOptions v)