Skip to content

Commit

Permalink
OpenGL (Haiku): report platform API
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 16, 2025
1 parent e79b561 commit 46f920a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detection/opengl/opengl_haiku.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static const char* oglDetectOpenGL(FFOpenGLResult* result)
auto ffglGetString = (decltype(&glGetString)) glView.GetGLProcAddress("glGetString");
if (!ffglGetString) return "glView.GetGLProcAddress() failed";
ffOpenGLHandleResult(result, ffglGetString);
ffStrbufSetStatic(&result->library, "OpenGLKit");
return NULL;
}

Expand Down

0 comments on commit 46f920a

Please sign in to comment.