Socket
Socket
Sign inDemoInstall

@luma.gl/constants

Package Overview
Dependencies
Maintainers
7
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luma.gl/constants - npm Package Compare versions

Comparing version 9.0.0-alpha.29 to 9.0.0-alpha.30

2

dist/index.d.ts
export { GL } from './constants-enum';
export type { GLDrawMode, GLPrimitive, GLDataType, GLPixelType, GLUniformType, GLSamplerType, GLCompositeType, GLFunction, GLBlendEquation, GLBlendFunction, GLStencilOp, GLSamplerParameters, GLValueParameters, GLFunctionParameters, GLParameters } from './webgl-types';
export type { GLPrimitiveTopology, GLPrimitive, GLDataType, GLPixelType, GLUniformType, GLSamplerType, GLCompositeType, GLFunction, GLBlendEquation, GLBlendFunction, GLStencilOp, GLSamplerParameters, GLValueParameters, GLFunctionParameters, GLParameters } from './webgl-types';
//# sourceMappingURL=index.d.ts.map

@@ -9,3 +9,3 @@ import { GL } from './constants-enum';

/** Rendering primitives. Constants passed to drawElements() or drawArrays() to specify what kind of primitive to render. */
export type GLDrawMode = GL.POINTS | GL.LINES | GL.LINE_STRIP | GL.LINE_LOOP | GL.TRIANGLES | GL.TRIANGLE_STRIP | GL.TRIANGLE_FAN;
export type GLPrimitiveTopology = GL.POINTS | GL.LINES | GL.LINE_STRIP | GL.LINE_LOOP | GL.TRIANGLES | GL.TRIANGLE_STRIP | GL.TRIANGLE_FAN;
/** Rendering primitives. Constants passed to transform feedback . */

@@ -12,0 +12,0 @@ export type GLPrimitive = GL.POINTS | GL.LINES | GL.TRIANGLES;

{
"name": "@luma.gl/constants",
"version": "9.0.0-alpha.29",
"version": "9.0.0-alpha.30",
"description": "WebGL and WebGL2 constants",

@@ -41,3 +41,3 @@ "type": "module",

},
"gitHead": "1aee1ad82fd09d441172f5ef490ebc083a7fa239"
"gitHead": "7fb163f20d3400d59b59a17d36b4f3c466c559ba"
}

@@ -6,3 +6,3 @@ // WebGL constants

export type {
GLDrawMode,
GLPrimitiveTopology,
GLPrimitive,

@@ -9,0 +9,0 @@ GLDataType,

@@ -26,3 +26,3 @@ // luma.gl, MIT license

/** Rendering primitives. Constants passed to drawElements() or drawArrays() to specify what kind of primitive to render. */
export type GLDrawMode =
export type GLPrimitiveTopology =
| GL.POINTS

@@ -29,0 +29,0 @@ | GL.LINES

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc