Interface

Gdk-4.0GdkGLTextureBuilderConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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