Interface

Cogl-18CoglScanoutBufferInterface

Interface for implementing ScanoutBuffer. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_height(): number;
    vfunc_get_width(): number;
}

Hierarchy (View Summary)

Index

Methods