You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568 B
568 B
ANGLE OpenCL Headers
The OpenCL headers ANGLE uses are the original headers from Khronos.
Updating headers
- Clone https://github.com/KhronosGroup/OpenCL-Headers.git.
- Inspect the differences between all headers from
OpenCL-Headers/CL/
and this folder.- Changes of supported enums have to be updated in
src/common/packed_cl_enums.json
. - Changes of supported entry points have to be updated in
src/libGLESv2/cl_stubs.cpp
.
- Changes of supported enums have to be updated in
- Copy all headers from
OpenCL-Headers/CL/
over to this folder.