SWDEV-497618 - Adding Graphics Interop section for HIP API

Change-Id: I32df069d1b85c9e92a1578ff92c9e42ca2a5f443
This commit is contained in:
Julia Jiang
2024-11-11 16:22:59 -05:00
parent 3d60bd3a64
commit d2f176d2e6
3 changed files with 16 additions and 3 deletions
+3 -3
View File
@@ -8873,9 +8873,9 @@ hipError_t hipMemUnmap(void* ptr, size_t size);
/**
*-------------------------------------------------------------------------------------------------
*-------------------------------------------------------------------------------------------------
* @defgroup GL OpenGL Interop
* @defgroup GraphicsInterop Graphics Interoperability
* @{
* This section describes the OpenGL and graphics interoperability functions of HIP runtime API.
* This section describes graphics interoperability functions of HIP runtime API.
*/
/**
@@ -8938,7 +8938,7 @@ hipError_t hipGraphicsUnmapResources(int count, hipGraphicsResource_t* resources
*
*/
hipError_t hipGraphicsUnregisterResource(hipGraphicsResource_t resource);
// doxygen end GL Interop
// doxygen end GraphicsInterop
/**
* @}
*/