Package: gdk
Function gdk:display-prepare-gl
Lambda Listgdk:display-prepare-gl (display) ArgumentsReturn ValueTrue if the display supports OpenGL. Details Checks that OpenGL is available for display and ensures that it is
properly initialized.
When this fails, an error will be set describing the error and this function returns false. Note that even if this function succeeds, creating a gdk:gl-context object may still fail. This function is idempotent. Calling it multiple times will just return the same value or error. You never need to call this function, GDK will call it automatically as needed. But you can use it as a check when setting up code that might make use of OpenGL. Since 4.4 | See also |
#2024-11-21