!33771 [MSLITE][GPU] fix include/api/context.h warning.

Merge pull request !33771 from Greatpan/code_docs
This commit is contained in:
i-robot 2022-04-29 06:58:36 +00:00 committed by Gitee
commit dce46fffd8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class MS_API GPUDeviceInfo : public DeviceInfoContext {
/// \brief Set enables to sharing mem with OpenGL
///
/// \param[in] is_enable_sharing_mem_with_gl Enable sharing OpenCL Memory with OpenGL or not.
/// \param[in] is_enable_gl_texture Enable sharing OpenCL Memory with OpenGL or not.
void SetEnableGLTexture(bool is_enable_gl_texture);
/// \brief Get enables to sharing mem with OpenGL