SWDEV-425362 - Fix the dead link for GL section in HIP API
Change-Id: I68d2a312ca69e20f41a3aba303bde0b90dbe0c19
Этот коммит содержится в:
@@ -829,8 +829,9 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = mainpage.md \
|
||||
../../include/hip
|
||||
INPUT = mainpage.md \
|
||||
../../include/hip \
|
||||
../../../clr/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
Ссылка в новой задаче
Block a user