@predy-js/render-interface 0.1.61-beta.1 → 0.1.61-beta.10
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 +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/src/render/MarsMaterialDataBlock.d.ts +4 -1
- package/dist/statistic.js +1 -1
- package/dist/types/Material.d.ts +6 -0
- package/dist/types/ShaderLibrary.d.ts +4 -4
- package/dist/types/native/TextureInternal.d.ts +1 -0
- package/package.json +1 -1
- package/types/Material.ts +3 -0
- package/types/ShaderLibrary.ts +4 -4
- package/types/native/TextureInternal.ts +1 -0
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.
|
5
|
+
* Version: v0.1.61-beta.10
|
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.
|
5730
|
+
consoleLog('version: ' + "0.1.61-beta.10");
|
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
|