@predy-js/render-interface 0.1.61-beta.1 → 0.1.61-beta.3
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 +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/dist/types/ShaderLibrary.d.ts +4 -4
- package/package.json +2 -3
- package/types/Canvas.ts +0 -20
- package/types/GPUBuffer.ts +0 -85
- package/types/GPUCapability.ts +0 -67
- package/types/Geometry.ts +0 -186
- package/types/IGPURenderer.ts +0 -18
- package/types/Material.ts +0 -190
- package/types/Mesh.ts +0 -82
- package/types/RenderFrame.ts +0 -70
- package/types/RenderPass.ts +0 -222
- package/types/Renderer.ts +0 -62
- package/types/ShaderLibrary.ts +0 -128
- package/types/Texture.ts +0 -236
- package/types/constants.ts +0 -7
- package/types/index.ts +0 -37
- package/types/native/DataBlockInternal.ts +0 -35
- package/types/native/GPUBufferInternal.ts +0 -46
- package/types/native/GeometryInternal.ts +0 -55
- package/types/native/ImageBitmapInternal.ts +0 -28
- package/types/native/MaterialInternal.ts +0 -31
- package/types/native/MeshInternal.ts +0 -25
- package/types/native/RenderFrameInternal.ts +0 -34
- package/types/native/RenderPassInternal.ts +0 -69
- package/types/native/RendererInternal.ts +0 -66
- package/types/native/ResourceInternal.ts +0 -12
- package/types/native/ShaderLibraryInternal.ts +0 -19
- package/types/native/TextureInternal.ts +0 -53
- package/types/native/index.ts +0 -12
- package/types/type.ts +0 -30
package/dist/index.js
CHANGED
@@ -2,13 +2,11 @@
|
|
2
2
|
* Name: @predy-js/render-interface
|
3
3
|
* Description: undefined
|
4
4
|
* Author: undefined
|
5
|
-
* Version: v0.1.61-beta.
|
5
|
+
* Version: v0.1.61-beta.3
|
6
6
|
*/
|
7
7
|
|
8
8
|
'use strict';
|
9
9
|
|
10
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
11
|
-
|
12
10
|
/******************************************************************************
|
13
11
|
Copyright (c) Microsoft Corporation.
|
14
12
|
|
@@ -5730,7 +5728,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
|
|
5730
5728
|
return MarsSharedGeometry;
|
5731
5729
|
}(MarsGeometry));
|
5732
5730
|
|
5733
|
-
consoleLog('version: ' + "0.1.61-beta.
|
5731
|
+
consoleLog('version: ' + "0.1.61-beta.3");
|
5734
5732
|
|
5735
5733
|
exports.Geometry = MarsGeometry;
|
5736
5734
|
exports.InstancedMesh = MarsInstancedMesh;
|