@predy-js/render-interface 0.1.16 → 0.1.18
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 -4
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/package.json +2 -1
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.
|
|
5
|
+
* Version: v0.1.18
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/******************************************************************************
|
|
@@ -4005,7 +4005,6 @@ var MarsRenderPassColorAttachment = /** @class */ (function () {
|
|
|
4005
4005
|
}
|
|
4006
4006
|
this._isDestroyed = false;
|
|
4007
4007
|
this.readable = true;
|
|
4008
|
-
this.multisample = options.multiSample || 1;
|
|
4009
4008
|
}
|
|
4010
4009
|
Object.defineProperty(MarsRenderPassColorAttachment.prototype, "isDestroyed", {
|
|
4011
4010
|
get: function () {
|
|
@@ -4056,7 +4055,6 @@ var MarsRenderPassColorAttachment = /** @class */ (function () {
|
|
|
4056
4055
|
if (this.multisample > 1) {
|
|
4057
4056
|
this.multisample = Math.min(renderer.gpu.capability.maxSample, this.multisample);
|
|
4058
4057
|
}
|
|
4059
|
-
this.texture.internal.multisample = this.multisample;
|
|
4060
4058
|
return this;
|
|
4061
4059
|
};
|
|
4062
4060
|
MarsRenderPassColorAttachment.prototype.destroy = function () {
|
|
@@ -5708,7 +5706,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
|
|
|
5708
5706
|
return MarsSharedGeometry;
|
|
5709
5707
|
}(MarsGeometry));
|
|
5710
5708
|
|
|
5711
|
-
consoleLog('version: ' + "0.1.
|
|
5709
|
+
consoleLog('version: ' + "0.1.18");
|
|
5712
5710
|
|
|
5713
5711
|
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 };
|
|
5714
5712
|
//# sourceMappingURL=index.mjs.map
|