SoCudaBufferObjectUnmap Method (SoCudaBufferObject) |
Unmap the specified CUDA 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 void Unmap(
SoCudaBufferObject bufferObject
)
Public Overridable Sub Unmap (
bufferObject As SoCudaBufferObject
)
public:
virtual void Unmap(
SoCudaBufferObject^ bufferObject
)
abstract Unmap :
bufferObject : SoCudaBufferObject -> unit
override Unmap :
bufferObject : SoCudaBufferObject -> unit
Parameters
- bufferObject
- Type: OIV.Inventor.DevicesSoCudaBufferObject
RemarksIt is defined just to speed up the call when the type of the object is known.
See the general unmap function for more information.
See Also