Interface Uniform<T>
interface Uniform<T> {
current: T;
gl: WebGLRenderingContext | WebGL2RenderingContext;
location: WebGLUniformLocation;
set(v: T): void;
}
current: T;
gl: WebGLRenderingContext | WebGL2RenderingContext;
location: WebGLUniformLocation;
set(v: T): void;
}
Type Parameters
- T
Was this helpful?
Deprecated
Will be removed from public API in MapTiler SDK v4