Uses of Class
com.openinventor.inventor.helpers.SbGPUCapabilities.GpuVendors
-
Packages that use SbGPUCapabilities.GpuVendors Package Description com.openinventor.inventor.helpers -
-
Uses of SbGPUCapabilities.GpuVendors in com.openinventor.inventor.helpers
Methods in com.openinventor.inventor.helpers that return SbGPUCapabilities.GpuVendors Modifier and Type Method Description SbGPUCapabilities.GpuVendors
SbGPUCapabilities. getGpuVendor()
GPU vendor.static SbGPUCapabilities.GpuVendors
SbGPUCapabilities.GpuVendors. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SbGPUCapabilities.GpuVendors
SbGPUCapabilities.GpuVendors. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SbGPUCapabilities.GpuVendors[]
SbGPUCapabilities.GpuVendors. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-