GLContextPropertyName

public enum GLContextPropertyName : String, PropertyNameProtocol

Undocumented

  • The GdkDisplay used to create the GdkGLContext.

    Declaration

    Swift

    case display = "display"
  • The GdkGLContext that this context is sharing data with, or nil

    Declaration

    Swift

    case sharedContext = "shared-context"
  • The GdkWindow the gl context is bound to.

    Declaration

    Swift

    case window = "window"