On this page
Properties
Methods

Interface Uniform<T>

Will be removed from public API in MapTiler SDK v4

interface Uniform<T> {
    current: T;
    gl: WebGLRenderingContext | WebGL2RenderingContext;
    location: WebGLUniformLocation;
    set(v: T): void;
}

Type Parameters

  • T
Index

Properties

Methods

Properties

current: T

Methods

  • Parameters

    Returns void

Was this helpful?
SDK JS
Reference
Uniform