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

Change-Id: I68d2a312ca69e20f41a3aba303bde0b90dbe0c19


[ROCm/hip commit: a823cdade8]
Este commit está contenido en:
Julia Jiang
2023-10-03 15:38:59 -04:00
padre 150ad6db31
commit e99eb2be7c
Se han modificado 2 ficheros con 11 adiciones y 3 borrados
+8 -1
Ver fichero
@@ -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
*
*/