@luma.gl/constants
Version:
WebGL2 constants
3 lines • 458 B
TypeScript
export { GL } from "./webgl-constants.js";
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.js";
//# sourceMappingURL=index.d.ts.map