SWDEV-497618 - Define GL group of doxygen for HIP API

Change-Id: Ia43f25201df960b905e5fd45481f486e7bffabdb
This commit is contained in:
Julia Jiang
2024-11-11 16:18:28 -05:00
committed by Julia Jiang
parent d48a4fec24
commit 3bd32d7d4b
@@ -55,10 +55,12 @@ typedef unsigned int GLenum;
*/ */
/** /**
* @ingroup GL * @defgroup GL OpenGL Interoperability
* @{ * @ingroup API
* * @{
* This section describes OpenGL interoperability functions of HIP runtime API.
*/ */
/** /**
* @brief Queries devices associated with the current OpenGL context. * @brief Queries devices associated with the current OpenGL context.
* *
@@ -105,4 +107,4 @@ hipError_t hipGraphicsGLRegisterImage(hipGraphicsResource** resource, GLuint ima
#if defined(__cplusplus) #if defined(__cplusplus)
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */ #endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */