Description
The cl_khr_ extension adds the ability to create and access
mipmapped images:
- 
clCreateImage is extended to create mipmapped images. 
- 
clCreateFromGLTexture is extended to create a mipmapped image from a mipmapped GL texture. 
- 
clEnqueueReadImage, clEnqueueWriteImage, clEnqueueCopyImage, clEnqueueFillImage, clEnqueueCopyImageToBuffer, clEnqueueCopyBufferToImage, and clEnqueueMapImage are extended to operate on regions of mipmapped images. - 
The Specifying Mipmap Levels to Image Operations section describes how mipmap levels are encoded in existing parameters to these commands. 
 
- 
- 
OpenCL C built-in functions are added to read from and query a mipmapped image. 
See the Mipmapped Image Reads and Queries section of the OpenCL C specification for more information.
Document Notes
For more information, see the OpenCL Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.