SoCudaBufferObjectGetLocation Method |
Returns a CUDA pointer for this buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic virtual IntPtr GetLocation()
Public Overridable Function GetLocation As IntPtr
public:
virtual IntPtr GetLocation()
abstract GetLocation : unit -> IntPtr
override GetLocation : unit -> IntPtr
Return Value
Type:
IntPtrCUDA pointer of this buffer.
Remarks
Be careful, the returned pointer is only valid in a CUDA device function.
See Also