Interface

Cogl-18CoglOnscreenEglConstructorProps

interface ConstructorProps {
    context: Cogl.Context;
    driver_config: any;
    driverConfig: any;
    height: number;
    width: number;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Cogl.Onscreen.ConstructorProps

Properties - Inherited from Cogl.Onscreen.ConstructorProps

context: Cogl.Context
driver_config: any
driverConfig: any
height: number
width: number