Interface

Gdk-3.0GdkGLContextConstructorProps

interface ConstructorProps {
    display: Gdk.Display | null;
    shared_context: Gdk.GLContext | null;
    sharedContext: Gdk.GLContext | null;
    window: Gdk.Window | null;
}

Hierarchy (View Summary)

Index

Properties

display: Gdk.Display | null
shared_context: Gdk.GLContext | null
sharedContext: Gdk.GLContext | null
window: Gdk.Window | null