@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.
|
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.
|
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.
|
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.
|
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
@@ -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
package/types/native/index.ts
CHANGED
@@ -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';
|