Skip to content

Commit

Permalink
xml: require CL/GL types for cl_khr_gl_sharing
Browse files Browse the repository at this point in the history
So the type definitions are included in the generated cl_gl.h

Change-Id: I65a666dde8066958897acf13fb755ae2a3f3b52d
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
  • Loading branch information
kpet committed Jul 11, 2024
1 parent 735396c commit a8132af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6566,6 +6566,11 @@ server's OpenCL/api-docs repository.
<require>
<type name="CL/cl.h"/>
</require>
<require>
<type name="cl_GLint"/>
<type name="cl_GLenum"/>
<type name="cl_GLuint"/>
</require>
<require>
<type name="cl_gl_context_info"/>
</require>
Expand Down

0 comments on commit a8132af

Please sign in to comment.