Interface

Gdk-4.0GdkGLContextConstructorProps

interface ConstructorProps {
    allowed_apis: Gdk.GLAPI;
    allowedApis: Gdk.GLAPI;
    api: Gdk.GLAPI;
    display: Gdk.Display;
    shared_context: Gdk.GLContext;
    sharedContext: Gdk.GLContext;
    surface: Gdk.Surface;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gdk.DrawContext.ConstructorProps

Properties

allowed_apis: Gdk.GLAPI
allowedApis: Gdk.GLAPI
api: Gdk.GLAPI
shared_context: Gdk.GLContext
sharedContext: Gdk.GLContext

Properties - Inherited from Gdk.DrawContext.ConstructorProps

display: Gdk.Display
surface: Gdk.Surface