Interface

Cogl-18CoglTextureConstructorProps

interface ConstructorProps {
    context: Cogl.Context;
    format: Cogl.PixelFormat;
    height: number;
    loader: any;
    width: number;
}

Hierarchy (View Summary)

Index

Properties

context: Cogl.Context
height: number
loader: any
width: number