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