@rings-webgpu/core 1.0.43 → 1.0.44

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.
@@ -25426,7 +25426,6 @@ struct InstanceData {
25426
25426
  }
25427
25427
 
25428
25428
  o.color = vColor;
25429
- o.gBuffer = vec4f(0.0);
25430
25429
  return o;
25431
25430
  }
25432
25431
  `
@@ -25453,7 +25452,7 @@ struct InstanceData {
25453
25452
  pass.cullMode = GPUCullMode.none;
25454
25453
  pass.shaderState.transparent = false;
25455
25454
  pass.shaderState.blendMode = BlendMode.NORMAL;
25456
- pass.shaderState.writeMasks = [15, 15];
25455
+ pass.shaderState.writeMasks = [15, 0];
25457
25456
  pass.shaderState.castReflection = false;
25458
25457
  this.addRenderPass(pass);
25459
25458
  this.setDefault();
@@ -42371,7 +42370,7 @@ else if (typeof exports === 'object')
42371
42370
  }
42372
42371
  }
42373
42372
 
42374
- const version = "1.0.42";
42373
+ const version = "1.0.43";
42375
42374
 
42376
42375
  class Engine3D {
42377
42376
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {