@luma.gl/constants
Version:
WebGL2 constants
32 lines (29 loc) • 573 B
text/typescript
// luma.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
// WebGL constants
export {GL} from './webgl-constants';
// WebGL types
export type {
GLTextureTarget,
GLTextureCubeMapTarget,
GLPrimitiveTopology,
GLPrimitive,
GLDataType,
GLPixelType,
GLUniformType,
GLSamplerType,
GLCompositeType,
GLFunction,
GLBlendEquation,
GLBlendFunction,
GLStencilOp,
GLSamplerParameters,
GLValueParameters,
GLFunctionParameters,
GLParameters,
GLLimits,
GLExtensions,
GLPolygonMode,
GLProvokingVertex
} from './webgl-types';