Interface

Gdk-4.0GdkGLTextureBuilderConstructorProps

interface ConstructorProps {
    color_state: ColorState;
    colorState: ColorState;
    context: Gdk.GLContext;
    format: Gdk.MemoryFormat;
    has_mipmap: boolean;
    hasMipmap: boolean;
    height: number;
    id: number;
    sync: any;
    update_region: default.Region;
    update_texture: Gdk.Texture;
    updateRegion: default.Region;
    updateTexture: Gdk.Texture;
    width: number;
}

Hierarchy (View Summary)

Index

Properties

color_state: ColorState
colorState: ColorState
context: Gdk.GLContext
has_mipmap: boolean
hasMipmap: boolean
height: number
id: number
sync: any
update_region: default.Region
update_texture: Gdk.Texture
updateRegion: default.Region
updateTexture: Gdk.Texture
width: number