OpenCL-Docs
OpenCL-Docs copied to clipboard
cl_device_scheduling_controls_capabilities_img type missing from the XML file
I'm getting an warning building the specs with https://github.com/KhronosGroup/OpenCL-Docs/pull/1469:
WARNING: type: cl_device_scheduling_controls_capabilities_img IS NOT DEFINED
I'm not exactly sure what the type should be, but we need a line like this one to fix the warning:
<type category="define">typedef <type>cl_some_type</type> <name>cl_device_scheduling_controls_capabilities_img </name>;</type>
Sorry for missing this previously. @paulfradgley can you please take a look?