Skip to content

Commit 4cc7d20

Browse files
authored
Update cl.xml for PoCL vendor ID in vk.xml (#506)
1 parent d770d76 commit 4cc7d20

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

xml/cl.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,9 @@ server's OpenCL/api-docs repository.
10931093
</comment>
10941094
<unused start="0x10000" end="0x10003" comment="These Khronos vendor IDs are already assigned in vk.xml"/>
10951095
<enum value="0x10004" name="CL_KHRONOS_VENDOR_ID_CODEPLAY" comment="Codeplay Software Ltd."/>
1096-
<unused start="0x10005" end="0x1FFFF" comment="See vk.xml for the next available Khronos vendor ID"/>
1096+
<unused start="0x10005" end="0x10005" comment="These Khronos vendor IDs are already assigned in vk.xml"/>
1097+
<enum value="0x10006" name="CL_KHRONOS_VENDOR_ID_POCL" comment="PoCL (http://portablecl.org/)"/>
1098+
<unused start="0x10007" end="0x1FFFF" comment="See vk.xml for the next available Khronos vendor ID"/>
10971099
</enums>
10981100

10991101
<enums start="0x0900" end="0x09FF" name="cl_platform_info" vendor="Khronos">

0 commit comments

Comments
 (0)