Files
mql5-skills/skills/mql5/references/docs/29-opencl/1034-opencl-clbufferfree.md
T
2026-06-23 21:47:51 +08:00

21 lines
425 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CLBufferFree
Deletes an OpenCL buffer.
```
void  CLBufferFree(
   int   buffer     // Handle to an OpenCL buffer
   );
```
Parameters
buffer
[in]  A handle to an OpenCL buffer.
Return Value
None. In the case of an internal error the value of [_LastError](/en/docs/predefined/_lasterror) changes. For information about the error, use the [GetLastError()](/en/docs/check/getlasterror) function.