SWDEV-497618 - Adding Graphics Interop section for HIP API

Change-Id: I32df069d1b85c9e92a1578ff92c9e42ca2a5f443
このコミットが含まれているのは:
Julia Jiang
2024-11-11 16:22:59 -05:00
コミット d2f176d2e6
3個のファイルの変更16行の追加3行の削除
+1
ファイルの表示
@@ -38,4 +38,5 @@ The API is organized into modules based on functionality.
* :ref:`callback_activity_apis_reference`
* :ref:`graph_management_reference`
* :ref:`opengl_interoperability_reference`
* :ref:`graphics_interoperability_reference`
* :ref:`cooperative_groups_reference`
+12
ファイルの表示
@@ -0,0 +1,12 @@
.. meta::
:description: The Graphics interoperability reference page.
:keywords: AMD, ROCm, HIP, CUDA, Graphics interoperability
.. _graphics_interoperability_reference:
*******************************************************************************
Graphics interoperability
*******************************************************************************
.. doxygengroup:: GraphicsInterop
:content-only:
+3 -3
ファイルの表示
@@ -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
/**
* @}
*/