SWDEV-425362 - Fix the dead link for GL section in HIP API

Change-Id: I68d2a312ca69e20f41a3aba303bde0b90dbe0c19
This commit is contained in:
Julia Jiang
2023-10-03 15:38:59 -04:00
parent e46aef8536
commit a823cdade8
2 changed files with 11 additions and 3 deletions
+8 -1
View File
@@ -7828,6 +7828,13 @@ hipError_t hipMemUnmap(void* ptr, size_t size);
/**
* @}
*/
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup GL OpenGL Interop
* @{
* This section describes the OpenGL and graphics interoperability functions of HIP runtime API.
*/
/**
* @brief Maps a graphics resource for access.
@@ -7835,7 +7842,7 @@ hipError_t hipMemUnmap(void* ptr, size_t size);
* @param [in] count - Number of resources to map.
* @param [in] resources - Pointer of resources to map.
* @param [in] stream - Stream for synchronization.
*
*
* @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorUnknown, #hipErrorInvalidResourceHandle
*
*/