Skip to content

Commit

Permalink
SWDEV-497963 - expose one more API in glGetExtensionFuncionAddress
Browse files Browse the repository at this point in the history
Change-Id: Ia78b6b9377d99298c68968ef0eddd87534e0f750
(cherry picked from commit b5aab7f)
  • Loading branch information
AlexXAmd authored and rakesroy committed Nov 13, 2024
1 parent 854be96 commit f5d6153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opencl/amdocl/cl_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ CL_API_ENTRY void* CL_API_CALL clGetExtensionFunctionAddress(const char* func_na
CL_EXTENSION_ENTRYPOINT_CHECK(clCreatePerfCounterAMD);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateThreadTraceAMD);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateFromGLBuffer);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateFromGLTexture);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateFromGLTexture2D);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateFromGLTexture3D);
CL_EXTENSION_ENTRYPOINT_CHECK(clCreateFromGLRenderbuffer);
Expand Down

0 comments on commit f5d6153

Please sign in to comment.