Interface

Cogl-18CoglTexture2DSlicedConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from Cogl.Texture.ConstructorProps

Properties - Inherited from Cogl.Texture.ConstructorProps

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