Skip to content

Make shaders define what they get used for. #4914

Make shaders define what they get used for.

Make shaders define what they get used for. #4914

Triggered via pull request October 5, 2024 18:07
Status Failure
Total duration 1m 26s
Artifacts

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/unit/core/rendering.js > Rendering > p5.prototype.setAttributes > _glAttributes should modify with setAttributes: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ p5.setAttributes src/webgl/p5.RendererGL.js:308:8 ❯ test/unit/core/rendering.js:153:12
test/unit/core/rendering.js > Rendering > p5.prototype.setAttributes > _glAttributes.antialias modify with smooth(): src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ p5.setAttributes src/webgl/p5.RendererGL.js:308:8 ❯ p5.smooth src/core/shape/attributes.js:378:8 ❯ test/unit/core/rendering.js:158:12
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation with angleMode(DEGREES) > Pan() with positive parameter sets correct matrix w/o changing eyeXYZ or upXYZ: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ test/unit/webgl/p5.Camera.js:294:12
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation with angleMode(DEGREES) > Tilt() with positive parameter sets correct Matrix w/o changing eyeXYZ: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ test/unit/webgl/p5.Camera.js:294:12
test/unit/webgl/p5.Camera.js > p5.Camera > Rotation with angleMode(DEGREES) > Roll() with positive parameter sets correct Matrix w/o changing eyeXYZ: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ test/unit/webgl/p5.Camera.js:294:12
test/unit/webgl/p5.Camera.js > p5.Camera > Camera attributes after resizing > Camera position is the same: src/webgl/p5.Shader.js#L946
TypeError: Cannot read properties of undefined (reading 'useLinePerspective') ❯ Shader._setMatrixUniforms src/webgl/p5.Shader.js:946:63 ❯ Shader.bindShader src/webgl/p5.Shader.js:884:12 ❯ RendererGL._setFillUniforms src/webgl/p5.RendererGL.js:2228:16 ❯ p5.RendererGL.drawBuffers src/webgl/p5.RendererGL.Retained.js:145:10 ❯ p5.RendererGL.rect src/webgl/3d_primitives.js:2686:12 ❯ p5._renderRect src/core/shape/2d_primitives.js:1359:20 ❯ p5.rect src/core/shape/2d_primitives.js:1220:15 ❯ testShape test/unit/webgl/p5.Camera.js:1141:14 ❯ test/unit/webgl/p5.Camera.js:1144:7
test/unit/webgl/p5.Camera.js > p5.Camera > Camera attributes after resizing > Camera rotation is the same: src/webgl/p5.Shader.js#L946
TypeError: Cannot read properties of undefined (reading 'useLinePerspective') ❯ Shader._setMatrixUniforms src/webgl/p5.Shader.js:946:63 ❯ Shader.bindShader src/webgl/p5.Shader.js:884:12 ❯ RendererGL._setFillUniforms src/webgl/p5.RendererGL.js:2228:16 ❯ p5.RendererGL.drawBuffers src/webgl/p5.RendererGL.Retained.js:145:10 ❯ p5.RendererGL.rect src/webgl/3d_primitives.js:2686:12 ❯ p5._renderRect src/core/shape/2d_primitives.js:1359:20 ❯ p5.rect src/core/shape/2d_primitives.js:1220:15 ❯ testShape test/unit/webgl/p5.Camera.js:1172:14 ❯ test/unit/webgl/p5.Camera.js:1175:7
test/unit/webgl/p5.Framebuffer.js > p5.Framebuffer > formats and channels > framebuffers work with WebGL 1, unsigned-byte rgba unsigned-int depth antialiased: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ p5.setAttributes src/webgl/p5.RendererGL.js:308:8 ❯ test/unit/webgl/p5.Framebuffer.js:30:16
test/unit/webgl/p5.Framebuffer.js > p5.Framebuffer > formats and channels > framebuffers work with WebGL 1, unsigned-byte rgba float depth antialiased: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ p5.setAttributes src/webgl/p5.RendererGL.js:308:8 ❯ test/unit/webgl/p5.Framebuffer.js:30:16
test/unit/webgl/p5.Framebuffer.js > p5.Framebuffer > formats and channels > framebuffers work with WebGL 1, unsigned-byte rgba no depth antialiased: src/webgl/p5.RendererGL.js#L1604
TypeError: Cannot read properties of undefined (reading 'copy') ❯ RendererGL.push src/webgl/p5.RendererGL.js:1604:49 ❯ p5.push src/core/structure.js:545:18 ❯ p5.setAttributes src/webgl/p5.RendererGL.js:308:8 ❯ test/unit/webgl/p5.Framebuffer.js:30:16
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/