UNPKG

@deck.gl/extensions

Version:

Plug-and-play functionalities for deck.gl layers

23 lines 544 B
export type Defines = { /** * Enable high precision dash rendering. */ HIGH_PRECISION_DASH?: boolean; }; export declare const dashShaders: { inject: { 'vs:#decl': string; 'vs:#main-end': string; 'fs:#decl': string; 'fs:#main-start': string; }; }; export declare const offsetShaders: { inject: { 'vs:#decl': string; 'vs:DECKGL_FILTER_SIZE': string; 'vs:#main-end': string; 'fs:#main-start': string; }; }; //# sourceMappingURL=shaders.glsl.d.ts.map