Uses of Enum Class
com.openinventor.inventor.helpers.SbGPUCapabilities.GpuVendors
Packages that use SbGPUCapabilities.GpuVendors
-
Uses of SbGPUCapabilities.GpuVendors in com.openinventor.inventor.helpers
Methods in com.openinventor.inventor.helpers that return SbGPUCapabilities.GpuVendorsModifier and TypeMethodDescriptionSbGPUCapabilities.getGpuVendor()GPU vendor.static SbGPUCapabilities.GpuVendorsSbGPUCapabilities.GpuVendors.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SbGPUCapabilities.GpuVendorsReturns the enum constant of this class with the specified name.static SbGPUCapabilities.GpuVendors[]SbGPUCapabilities.GpuVendors.values()Returns an array containing the constants of this enum class, in the order they are declared.