@predy-js/render-interface 0.1.46-beta.2 → 0.1.46-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.46-beta.2
5
+ * Version: v0.1.46-beta.4
6
6
  */
7
7
 
8
8
  'use strict';
@@ -5698,7 +5698,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5698
5698
  return MarsSharedGeometry;
5699
5699
  }(MarsGeometry));
5700
5700
 
5701
- consoleLog('version: ' + "0.1.46-beta.2");
5701
+ consoleLog('version: ' + "0.1.46-beta.4");
5702
5702
  consoleLog('Update : xxx');
5703
5703
 
5704
5704
  exports.Geometry = MarsGeometry;
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.46-beta.2
5
+ * Version: v0.1.46-beta.4
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -5696,7 +5696,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5696
5696
  return MarsSharedGeometry;
5697
5697
  }(MarsGeometry));
5698
5698
 
5699
- consoleLog('version: ' + "0.1.46-beta.2");
5699
+ consoleLog('version: ' + "0.1.46-beta.4");
5700
5700
  consoleLog('Update : xxx');
5701
5701
 
5702
5702
  export { DestroyOptions, MarsGeometry as Geometry, MarsInstancedMesh as InstancedMesh, MarsTextureFactory, MarsMaterial as Material, MarsMaterialDataBlock as MaterialDataBlock, MarsMesh as Mesh, MarsRenderFrame as RenderFrame, MarsRenderPass as RenderPass, RenderPassAttachmentStorageType, RenderPassDestroyAttachmentType, RenderPassMeshOrder, RenderPassPriorityNormal, RenderPassPriorityPostprocess, RenderPassPriorityPrepare, MarsRenderer as Renderer, ShaderCompileResultStatus, ShaderLibraryEmpty, MarsSharedGeometry as SharedGeometry, MarsTexture as Texture, TextureLoadAction, TextureSourceType, TextureStoreAction, constants, getDefaultGPUCapability, getDefaultTextureFactory, setDefaultTextureFactory };
package/dist/statistic.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.46-beta.2
5
+ * Version: v0.1.46-beta.4
6
6
  */
7
7
 
8
8
  // https://github.com/greggman/webgl-memory/blob/main/src/texture-utils.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@predy-js/render-interface",
3
- "version": "0.1.46-beta.2",
3
+ "version": "0.1.46-beta.4",
4
4
  "license": "MIT",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",