SWDEV-374405 - Fix error in the OpenGL interop APIs documentation (#3137)

Change-Id: Ic51dc2223eba1089b9f30162c26584a8b07a95b9
이 커밋은 다음에 포함됨:
ROCm CI Service Account
2023-03-21 21:29:55 +05:30
커밋한 사람 GitHub
부모 e15925e913
커밋 c9677411e1
+1 -1
파일 보기
@@ -7565,7 +7565,7 @@ hipError_t hipMemUnmap(void* ptr, size_t size);
*-------------------------------------------------------------------------------------------------
* @defgroup GL OpenGL Interop
* @{
* This section describes OpenGL interoperability functions of HIP runtime API.
* This section describes the OpenGL and graphics interoperability functions of HIP runtime API.
*/
/** GLuint as uint.*/
typedef unsigned int GLuint;