Ratification Status

Ratified

Extension and Version Dependencies

None

Other Extension Metadata

Last Modified Date

2020-04-21

IP Status

No known IP claims.

Description

The cl_khr_mipmap_image 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.

  • 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.

Version History

  • Revision 1.0.0, 2020-04-21

    • First assigned version.

See Also

No cross-references are available

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.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0