KhronosGroup / OpenCL-CLHPP

Khronos OpenCL-CLHPP
Apache License 2.0
369 stars 129 forks source link

Added wrapper constructors for clCreateImageWithProperties #277

Closed shajder closed 10 months ago

shajder commented 10 months ago

Added new constructors for Image1D, Image1DArray, Image1DBuffer, Image2D, Image2DArray, Image3D to wrap clCreateImageWithProperties features.

I have tested/discussed most of new constructors in real environment, here is modified juliavk sample from @bashbaug repository to test new constructors.

shajder commented 10 months ago

Closed due to mistaken merge, it will be replaced by different PR