Interface

Gsk-4.0GskGLShaderConstructorProps

interface ConstructorProps {
    resource: string | null;
    source: GLib.Bytes | Uint8Array<ArrayBufferLike>;
}

Hierarchy (View Summary)

Index

Properties

Properties

resource: string | null
source: GLib.Bytes | Uint8Array<ArrayBufferLike>