Skip to content

Commit

Permalink
clarified rationale for the new buffer and image creation APIs
Browse files Browse the repository at this point in the history
Although no new properties are added in OpenCL 3.0, these APIs
enable new buffer and image extensions to be added easily and
consistently.
  • Loading branch information
bashbaug authored and alycm committed Jun 22, 2020
1 parent f0572b6 commit b3e43a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/appendix_e.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ describe supported features and versions:
built-in kernels and their supported version.

OpenCL 3.0 adds two new APIs to support creating buffer and image
memory objects with additional properties:
memory objects with additional properties.
Although no new properties are added in OpenCL 3.0, these APIs enable
new buffer and image extensions to be added easily and consistently:

* {clCreateBufferWithProperties}
* {clCreateImageWithProperties}
Expand Down

0 comments on commit b3e43a4

Please sign in to comment.