KhronosGroup / OpenCL-Registry

OpenCL API and Extension Registry.
113 stars 42 forks source link

CL_DEPTH border color incorrectly documented on man pages #10

Closed oddhack closed 7 years ago

oddhack commented 7 years ago

Porting from internal bugzilla:

CL_DEPTH border is 0.0f, as outlined in the spec text: https://www.khronos.org/registry/cl/specs/opencl-2.0-openclc.pdf#page=126

This was explicitly fixed in internal bugs 13070 and 13352.

The man pages say 1.0f:

As an aside the 1.2 extension spec is a bit messy, as it lists a vector border color despite the depth image read functions only returing a scalar.