mirror of https://gitee.com/antv-l7/antv-l7
fix(render): gl type
This commit is contained in:
parent
09e2e22fcc
commit
f0d49d9157
|
@ -4,7 +4,7 @@
|
|||
* 使用 babel 插件对常量进行内联,以减少最终打包产物大小
|
||||
* @see https://github.com/uber/deck.gl/blob/7.1-release/dev-docs/roadmaps/dist-size-roadmap.md#inline-gl-constants
|
||||
*/
|
||||
export const enum gl {
|
||||
export enum gl {
|
||||
/* ClearBufferMask */
|
||||
DEPTH_BUFFER_BIT = 0x00000100,
|
||||
STENCIL_BUFFER_BIT = 0x00000400,
|
||||
|
|
Loading…
Reference in New Issue