-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/OpenCL-Headers](https://github.com/KhronosGroup/OpenCL-Headers) from `8c4f011` to `4fdcfb0`. - [Release notes](https://github.com/KhronosGroup/OpenCL-Headers/releases) - [Commits](KhronosGroup/OpenCL-Headers@8c4f011...4fdcfb0) --- updated-dependencies: - dependency-name: external/OpenCL-Headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ef7ac35
commit 32167c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OpenCL-Headers
updated
18 files
+9 −0 | CL/cl.h | |
+161 −74 | CL/cl_d3d10.h | |
+161 −74 | CL/cl_d3d11.h | |
+241 −159 | CL/cl_dx9_media_sharing.h | |
+114 −67 | CL/cl_egl.h | |
+1,701 −1,116 | CL/cl_ext.h | |
+298 −120 | CL/cl_gl.h | |
+1 −1 | CL/cl_gl_ext.h | |
+95 −33 | CL/cl_layer.h | |
+108 −72 | CL/cl_va_api_media_sharing_intel.h | |
+41 −0 | CMakeLists.txt | |
+28 −0 | README.md | |
+1 −0 | scripts/.gitignore | |
+38 −0 | scripts/README.md | |
+425 −0 | scripts/cl_ext.h.mako | |
+210 −0 | scripts/gen/__init__.py | |
+228 −0 | scripts/gen_headers.py | |
+1 −0 | scripts/requirements.txt |