From ed4baa89e3507bcf01eced3546707573457ac66d Mon Sep 17 00:00:00 2001 From: greatpanc Date: Thu, 28 Apr 2022 16:58:26 +0800 Subject: [PATCH] fix lite/api warning --- include/api/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/api/context.h b/include/api/context.h index b7ac480c43c..e90d7f28dc8 100644 --- a/include/api/context.h +++ b/include/api/context.h @@ -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