Skip to content

Commit bed6c84

Browse files
authored
xml: require CL/GL types for cl_khr_gl_sharing (#1210)
So the type definitions are included in the generated cl_gl.h Change-Id: I65a666dde8066958897acf13fb755ae2a3f3b52d Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent 735396c commit bed6c84

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

xml/cl.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6566,6 +6566,11 @@ server's OpenCL/api-docs repository.
65666566
<require>
65676567
<type name="CL/cl.h"/>
65686568
</require>
6569+
<require>
6570+
<type name="cl_GLint"/>
6571+
<type name="cl_GLenum"/>
6572+
<type name="cl_GLuint"/>
6573+
</require>
65696574
<require>
65706575
<type name="cl_gl_context_info"/>
65716576
</require>

0 commit comments

Comments
 (0)