@predy-js/render-interface 0.1.58 → 0.1.60-beta.1

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.58
5
+ * Version: v0.1.60-beta.1
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -112,8 +112,8 @@ var TextureLoadAction;
112
112
  })(TextureLoadAction || (TextureLoadAction = {}));
113
113
  var TextureStoreAction;
114
114
  (function (TextureStoreAction) {
115
- TextureStoreAction[TextureStoreAction["store"] = 0] = "store";
116
- TextureStoreAction[TextureStoreAction["clear"] = 2] = "clear";
115
+ TextureStoreAction[TextureStoreAction["store"] = 1] = "store";
116
+ TextureStoreAction[TextureStoreAction["clear"] = 0] = "clear";
117
117
  })(TextureStoreAction || (TextureStoreAction = {}));
118
118
  var RenderPassAttachmentStorageType;
119
119
  (function (RenderPassAttachmentStorageType) {
@@ -5726,7 +5726,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5726
5726
  return MarsSharedGeometry;
5727
5727
  }(MarsGeometry));
5728
5728
 
5729
- consoleLog('version: ' + "0.1.58");
5729
+ consoleLog('version: ' + "0.1.60-beta.1");
5730
5730
  consoleLog('Update : xxx');
5731
5731
 
5732
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 };