@predy-js/render-interface 0.1.61-beta.4 → 0.1.61-beta.5

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.4
5
+ * Version: v0.1.61-beta.5
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -4467,6 +4467,7 @@ var MarsMaterialDataBlock = /** @class */ (function () {
4467
4467
  this.uboBufferMap = {};
4468
4468
  this._uniformValueRanges = {};
4469
4469
  this._keepUboData = !!props.keepUboData;
4470
+ this.uniformSemantics = props.uniformSemantics;
4470
4471
  if (props.uniformValues) {
4471
4472
  this.setUniformValues(props.uniformValues);
4472
4473
  }
@@ -5726,7 +5727,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5726
5727
  return MarsSharedGeometry;
5727
5728
  }(MarsGeometry));
5728
5729
 
5729
- consoleLog('version: ' + "0.1.61-beta.4");
5730
+ consoleLog('version: ' + "0.1.61-beta.5");
5730
5731
 
5731
5732
  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 };
5732
5733
  //# sourceMappingURL=index.mjs.map