Click or drag to resize
SoCudaBufferObjectGetLocation Method

Returns a CUDA pointer for this buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public virtual IntPtr GetLocation()

Return Value

Type: IntPtr

CUDA pointer of this buffer.

Remarks

Be careful, the returned pointer is only valid in a CUDA device function.

See Also