Skip to content
/ wglinfo Public

wglinfo is a command-line tool printing information about OpenGL on Windows platform in similar way as glxinfo does on Linux

License

Notifications You must be signed in to change notification settings

gkv311/wglinfo

Repository files navigation

wglinfo - command line tool for printing OpenGL information on Windows platform

Downloads License: GPL v3 Status Status

wglinfo is a small utility printing information about OpenGL library available in Windows system in similar way as glxinfo does on Linux. In case, if libEGL.dll (e.g. Angle or another implementation) is in PATH, it also prints information about EGL/GLES.

The output includes:

  • WGL
    • WGL extensions list
    • OpenGL context information (name, version, extensions)
      • Compatibility Profile (created by default)
      • Core Profile (WGL_CONTEXT_CORE_PROFILE_BIT_ARB)
      • Software implementation (WGL_NO_ACCELERATION_ARB)
    • List of visuals
  • EGL
    • EGL name, version and extensions list
    • OpenGL ES context information (name, version, extensions)

Here is the main repository of the project:
https://github.com/gkv311/wglinfo

Licensing

See the LICENSE file.

About

wglinfo is a command-line tool printing information about OpenGL on Windows platform in similar way as glxinfo does on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published