From c9677411e141beb8187f970d7b91155c059e75a7 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 21 Mar 2023 21:29:55 +0530 Subject: [PATCH] SWDEV-374405 - Fix error in the OpenGL interop APIs documentation (#3137) Change-Id: Ic51dc2223eba1089b9f30162c26584a8b07a95b9 --- include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 8dcb91d8a3..3a44460942 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -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;