@galacean/engine-rhi-webgl 0.9.1 → 0.9.2

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/main.js CHANGED
@@ -1640,7 +1640,8 @@ exports.WebGLMode = void 0;
1640
1640
  webGLMode: 0,
1641
1641
  alpha: false,
1642
1642
  stencil: true,
1643
- _forceFlush: false
1643
+ _forceFlush: false,
1644
+ _maxAllowSkinUniformVectorCount: 256
1644
1645
  }, initializeOptions);
1645
1646
  if (engineCore.SystemInfo.platform === engineCore.Platform.IPhone || engineCore.SystemInfo.platform === engineCore.Platform.IPad) {
1646
1647
  var version = engineCore.SystemInfo.operatingSystem.match(/(\d+).?(\d+)?.?(\d+)?/);