Buffers, Images and cuTexRef

Is there something similar to CUDA’s cuTexRef in OpenCL? I would like to be able to treat a buffer in GPU memory as an image without doing a copy, similar to cuTexRef.

I searched but found nothing for cuTexRef. If this has been covered before, I apologize and appreciate an pointers you can give me to prior discussion.