SWDEV-497618 - Adding Graphics Interop section for HIP API
Change-Id: I32df069d1b85c9e92a1578ff92c9e42ca2a5f443
このコミットが含まれているのは:
@@ -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`
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする