SoOpenCLBufferObjectUnmap Method (SoOpenCLBufferObject) |
Unmap the specified OpenCL buffer object.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void Unmap(
SoOpenCLBufferObject bufferObject
)
Public Overridable Sub Unmap (
bufferObject As SoOpenCLBufferObject
)
public:
virtual void Unmap(
SoOpenCLBufferObject^ bufferObject
)
abstract Unmap :
bufferObject : SoOpenCLBufferObject -> unit
override Unmap :
bufferObject : SoOpenCLBufferObject -> unit
Parameters
- bufferObject
- Type: OIV.Inventor.DevicesSoOpenCLBufferObject
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