SoCudaContext Constructor |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoCudaContext(
SoCudaDevice device
)
Public Sub New (
device As SoCudaDevice
)
public:
SoCudaContext(
SoCudaDevice^ device
)
new :
device : SoCudaDevice -> SoCudaContext
Parameters
- device
- Type: OIV.Inventor.DevicesSoCudaDevice
Device on which to create the context.
Remarks
See Also