SWDEV-425362 - Fix the dead link for GL section in HIP API
Change-Id: I68d2a312ca69e20f41a3aba303bde0b90dbe0c19
This commit is contained in:
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user