added compute shader #5330
Annotations
3 errors and 1 warning
build and test:
test/unit/core/compute-shader.js#L91
AssertionError: First particle data does not match: expected { position: [ +0, +0, +0 ], …(2) } to deeply equal { position: [ +0, +0, +0 ], …(2) }
- Expected
+ Received
Object {
"age": 0,
"position": Array [
0,
0,
0,
],
"velocity": Array [
- 1,
- 1,
+ 255,
+ 0,
],
}
❯ test/unit/core/compute-shader.js:91:12
|
build and test:
test/unit/core/compute-shader.js#L120
AssertionError: X position not updated correctly: expected 255 to be close to 0.1 +/- 0.001
❯ test/unit/core/compute-shader.js:120:12
|
build and test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading