UNPKG

@luma.gl/constants

Version:

WebGL2 constants

34 lines (31 loc) 617 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, GLTexelDataFormat, GLPrimitiveTopology, GLPrimitive, GLDataType, GLPixelType, GLUniformType, GLSamplerType, GLFunction, GLBlendEquation, GLBlendFunction, GLStencilOp, GLSamplerParameters, GLValueParameters, GLPackParameters, GLUnpackParameters, GLFunctionParameters, GLParameters, GLLimits, GLExtensions, GLPolygonMode, GLProvokingVertex } from './webgl-types';