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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
.clang-format | 4 months ago | |
README.md | 4 months ago | |
cl.h | 4 months ago | |
cl_d3d10.h | 4 months ago | |
cl_d3d11.h | 4 months ago | |
cl_dx9_media_sharing.h | 4 months ago | |
cl_dx9_media_sharing_intel.h | 4 months ago | |
cl_egl.h | 4 months ago | |
cl_ext.h | 4 months ago | |
cl_ext_intel.h | 4 months ago | |
cl_gl.h | 4 months ago | |
cl_gl_ext.h | 4 months ago | |
cl_half.h | 4 months ago | |
cl_icd.h | 4 months ago | |
cl_layer.h | 4 months ago | |
cl_platform.h | 4 months ago | |
cl_va_api_media_sharing_intel.h | 4 months ago | |
cl_version.h | 4 months ago | |
opencl.h | 4 months ago |
README.md
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.