Package: gdk
GFlags gdk:gl-api
Declaration(gobject:define-gflags "GdkGLAPI" gl-api (:export t :type-initializer "gdk_gl_api_get_type") (:none 0) (:gl #.(ash 1 0)) (:gles #.(ash 1 1))) Values
Details The list of the different APIs that a gdk:gl-context object can
potentially support.
Since 4.6 | See also |
#2023-8-3