@pixi/compressed-textures
Advanced tools
Comparing version 7.0.0-beta.3 to 7.0.0-beta.4
/*! | ||
* @pixi/compressed-textures - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* @pixi/compressed-textures - v7.0.0-beta.4 | ||
* Compiled Thu, 20 Oct 2022 19:45:44 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/compressed-textures is licensed under the MIT License. |
"use strict";/*! | ||
* @pixi/compressed-textures - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* @pixi/compressed-textures - v7.0.0-beta.4 | ||
* Compiled Thu, 20 Oct 2022 19:45:44 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/compressed-textures is licensed under the MIT License. |
@@ -98,6 +98,6 @@ /// <reference path="./global.d.ts" /> | ||
* // format such as KTX, DDS, or BASIS. | ||
* const compressedResource = new CompressedTextureResource("bunny.dxt5", { | ||
* format: INTERNAL_FORMATS.COMPRESSED_RGBA_S3TC_DXT5_EXT, | ||
* width: 256, | ||
* height: 256 | ||
* const compressedResource = new CompressedTextureResource('bunny.dxt5', { | ||
* format: INTERNAL_FORMATS.COMPRESSED_RGBA_S3TC_DXT5_EXT, | ||
* width: 256, | ||
* height: 256, | ||
* }); | ||
@@ -112,4 +112,4 @@ * | ||
* // Add baseTexture & texture to the global texture cache | ||
* BaseTexture.addToCache(baseTexture, "bunny.dxt5"); | ||
* Texture.addToCache(texture, "bunny.dxt5"); | ||
* BaseTexture.addToCache(baseTexture, 'bunny.dxt5'); | ||
* Texture.addToCache(texture, 'bunny.dxt5'); | ||
* @memberof PIXI | ||
@@ -116,0 +116,0 @@ */ |
{ | ||
"name": "@pixi/compressed-textures", | ||
"version": "7.0.0-beta.3", | ||
"version": "7.0.0-beta.4", | ||
"description": "Loaders for compressed texture file formats", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
], | ||
"gitHead": "8055ae1c16d4c0f8dabda86cafd8e68c356450e8" | ||
"gitHead": "a4581e4a49d23afc98fcf726765c9d54e51c3c39" | ||
} |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
437580