forked from mindspore-Ecosystem/mindspore
!33771 [MSLITE][GPU] fix include/api/context.h warning.
Merge pull request !33771 from Greatpan/code_docs
This commit is contained in:
commit
dce46fffd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue