@predy-js/render-interface 0.1.64-beta.11 → 0.1.64-beta.13

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.64-beta.11
5
+ * Version: v0.1.64-beta.13
6
6
  */
7
7
 
8
8
  'use strict';
@@ -5827,7 +5827,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5827
5827
  return MarsSharedGeometry;
5828
5828
  }(MarsGeometry));
5829
5829
 
5830
- consoleLog('version: ' + "0.1.64-beta.11");
5830
+ consoleLog('version: ' + "0.1.64-beta.13");
5831
5831
 
5832
5832
  exports.GPUBufferOptionsMemoryShared = GPUBufferOptionsMemoryShared;
5833
5833
  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.64-beta.11
5
+ * Version: v0.1.64-beta.13
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -5823,7 +5823,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5823
5823
  return MarsSharedGeometry;
5824
5824
  }(MarsGeometry));
5825
5825
 
5826
- consoleLog('version: ' + "0.1.64-beta.11");
5826
+ consoleLog('version: ' + "0.1.64-beta.13");
5827
5827
 
5828
5828
  export { DestroyOptions, GPUBufferOptionsMemoryShared, 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 };
5829
5829
  //# sourceMappingURL=index.mjs.map
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.64-beta.11
5
+ * Version: v0.1.64-beta.13
6
6
  */
7
7
 
8
8
  // https://github.com/greggman/webgl-memory/blob/main/src/texture-utils.js
@@ -1,3 +1,3 @@
1
1
  export declare abstract class PredyNativeModule {
2
- static install(callBack: (success: boolean, error?: Error) => void): void;
2
+ abstract install(callBack: (success: boolean, error?: Error) => void): void;
3
3
  }
@@ -10,3 +10,6 @@ export * from './RenderPassInternal';
10
10
  export * from './ResourceInternal';
11
11
  export * from './ShaderLibraryInternal';
12
12
  export * from './TextureInternal';
13
+ export * from './AndGLContext';
14
+ export * from './PredyNativeInternal';
15
+ export * from './PredyNativeModule';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@predy-js/render-interface",
3
- "version": "0.1.64-beta.11",
3
+ "version": "0.1.64-beta.13",
4
4
  "license": "MIT",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -1,4 +1,4 @@
1
1
 
2
2
  export declare abstract class PredyNativeModule {
3
- static install (callBack: (success: boolean, error?: Error) => void): void;
3
+ abstract install (callBack: (success: boolean, error?: Error) => void): void;
4
4
  }
@@ -10,3 +10,6 @@ export * from './RenderPassInternal';
10
10
  export * from './ResourceInternal';
11
11
  export * from './ShaderLibraryInternal';
12
12
  export * from './TextureInternal';
13
+ export * from './AndGLContext';
14
+ export * from './PredyNativeInternal';
15
+ export * from './PredyNativeModule';