GLContextPropertyName
public enum GLContextPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GdkDisplay
used to create theGdkGLContext
.Declaration
Swift
case display = "display"
-
The
GdkGLContext
that this context is sharing data with, ornil
Declaration
Swift
case sharedContext = "shared-context"
-
The
GdkWindow
the gl context is bound to.Declaration
Swift
case window = "window"