SoGLContextGPUVendorTypes Enumeration |
Note: This API is now obsolete.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Enum OIV::Inventor::Devices::SoGLContext::GPUVendorTypes is erroneously public. It will be removed in future major release")]
public enum GPUVendorTypes
<ObsoleteAttribute("Enum OIV::Inventor::Devices::SoGLContext::GPUVendorTypes is erroneously public. It will be removed in future major release")>
Public Enumeration GPUVendorTypes
[ObsoleteAttribute(L"Enum OIV::Inventor::Devices::SoGLContext::GPUVendorTypes is erroneously public. It will be removed in future major release")]
public enum class GPUVendorTypes
[<ObsoleteAttribute("Enum OIV::Inventor::Devices::SoGLContext::GPUVendorTypes is erroneously public. It will be removed in future major release")>]
type GPUVendorTypes
Members
| Member name | Value | Description |
---|
| GPU_TYPE_NOT_INITIALIZED | -1 | |
| GPU_NVIDIA | 0 | |
| GPU_ATI | 1 | |
| GPU_INTEL | 2 | |
| GPU_FIREPRO_MAC | 3 | |
Remarks
See Also