fix(render): gl type

This commit is contained in:
thinkinggis 2019-11-18 16:37:01 +08:00
parent 54fea60ef5
commit c7bfda57db
1 changed files with 1 additions and 1 deletions

View File

@ -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,