SoOpenCLDeviceGetDevice Method |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoOpenCLDevice GetDevice(
int index
)
Public Shared Function GetDevice (
index As Integer
) As SoOpenCLDevice
public:
static SoOpenCLDevice^ GetDevice(
int index
)
static member GetDevice :
index : int -> SoOpenCLDevice
Parameters
- index
- Type: SystemInt32
the index of the SoOpenCLDevice.
Return Value
Type:
SoOpenCLDevice
Remarks
See Also