Skip to content

Commit

Permalink
fix(render): gl type
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Nov 18, 2019
1 parent 09e2e22 commit f0d49d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/services/renderer/gl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f0d49d9

Please sign in to comment.