Interface UniformOptions

interface UniformOptions {
    kind: Kind;
    name: string;
    value: WTCGLUniformValue;
}

Properties

Properties

kind: Kind
name: string