@predy-js/render-interface 0.1.61-beta.13 → 0.1.61-beta.15

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.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.61-beta.13
5
+ * Version: v0.1.61-beta.15
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -4684,6 +4684,9 @@ var MarsMaterialDataBlock = /** @class */ (function () {
4684
4684
  return new MarsMaterialDataBlock({
4685
4685
  name: name,
4686
4686
  uniformValues: this._uniformValues,
4687
+ uniformTextures: this._uniformTextures,
4688
+ uniformSemantics: this.uniformSemantics,
4689
+ keepUboData: this._keepUboData,
4687
4690
  }, this.renderer);
4688
4691
  };
4689
4692
  return MarsMaterialDataBlock;
@@ -5803,7 +5806,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5803
5806
  return MarsSharedGeometry;
5804
5807
  }(MarsGeometry));
5805
5808
 
5806
- consoleLog('version: ' + "0.1.61-beta.13");
5809
+ consoleLog('version: ' + "0.1.61-beta.15");
5807
5810
 
5808
5811
  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 };
5809
5812
  //# sourceMappingURL=index.mjs.map