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