Merge pull request #19052 from diablodale:fix18888-opencl-doc

This commit is contained in:
Alexander Alekhin 2020-12-08 18:03:19 +00:00
commit b5a9ef6b7b

View File

@ -743,9 +743,11 @@ public:
/** Get associated ocl::Context */
Context& getContext() const;
/** Get associated ocl::Device */
/** Get the single default associated ocl::Device */
Device& getDevice() const;
/** Get associated ocl::Queue */
/** Get the single ocl::Queue that is associated with the ocl::Context and
* the single default ocl::Device
*/
Queue& getQueue() const;
bool useOpenCL() const;