Closed oddhack closed 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.
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.