Socket
Socket
Sign inDemoInstall

@pixi/constants

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/constants - npm Package Compare versions

Comparing version 7.0.0-beta.5 to 7.0.0-beta.6

13

lib/index.d.ts

@@ -309,3 +309,4 @@ /**

* or its `POW2` and texture dimensions are powers of 2.
* Due to platform restriction, `ON` option will work like `POW2` for webgl-1.
* Since WebGL 1 don't support mipmap for non-power-of-two textures,
* `ON` option will work like `POW2` for WebGL 1.
*

@@ -317,7 +318,7 @@ * This property only affects WebGL.

* @enum {number}
* @property {number} OFF - No mipmaps
* @property {number} POW2 - Generate mipmaps if texture dimensions are pow2
* @property {number} ON - Always generate mipmaps
* @property {number} ON_MANUAL - Use mipmaps, but do not auto-generate them; this is used with a resource
* that supports buffering each level-of-detail.
* @property {number} OFF - No mipmaps.
* @property {number} POW2 - Generate mipmaps if texture dimensions are powers of 2.
* @property {number} ON - Always generate mipmaps.
* @property {number} ON_MANUAL - Use mipmaps, but do not auto-generate them;
* this is used with a resource that supports buffering each level-of-detail.
*/

@@ -324,0 +325,0 @@ export declare enum MIPMAP_MODES {

{
"name": "@pixi/constants",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.6",
"main": "lib/index.js",

@@ -38,3 +38,3 @@ "module": "lib/index.mjs",

],
"gitHead": "45948853f60352ad2ad64381e6ef9227e5dfb3c9"
"gitHead": "fc16a2f86925e0c54c6451082bd31213ab7ed183"
}

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