Skip to content

Commit

Permalink
Remove dependency on EGL/KHR headers from README
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed Feb 10, 2016
1 parent bf894eb commit 350d1bf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions inc/README.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
Copy or symlink {OpenCL, EGL, KHR} headers here, inside appropriate
directories, so that the structure of the inc directory looks something like
this:
Copy or symlink OpenCL headers here, inside a CL directory, so that
the structure of the inc directory looks something like this:

inc/CL/cl_d3d10.h
inc/CL/cl_d3d11.h
inc/CL/cl_dx9_media_sharing.h
inc/CL/cl_egl.h
inc/CL/cl_ext.h
inc/CL/cl_gl_ext.h
inc/CL/cl_gl.h
inc/CL/cl.h
inc/CL/cl.hpp
inc/CL/cl_platform.h
inc/CL/opencl.h
inc/EGL/eglext.h
inc/EGL/egl.h
inc/EGL/eglplatform.h
inc/KHR/khrplatform.h

0 comments on commit 350d1bf

Please sign in to comment.