Module cl_pointer

Source

Structsยง

ClPointer
ClPointer is a very short-lived struct that is used to homogenize the returns from many of the CL API calls. If a call to an OpenCL C function successfully returns a ClPointer that ClPointer MUST BE CONSUMED; Failure to consume the ClPointer will lead to a panic when the ClPointer struct is dropped.