UNPKG

@luma.gl/constants

Version:
32 lines (29 loc) 573 B
// 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';