Closed sean369see closed 6 days ago
This comes from the DirectX compiler from ANGLE on your Windows machine which implements WebGL in your browser. The warning is harmless but comes from bad codegen and can false positive depending on the use of jump statements. Is this something you've been able to isolate to a specific configuration? I'm afraid this is too much of a timesink to justify digging into due to the deep stack surrounding the issue and OS.
:tada: This issue has been resolved in version 9.85.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
9.85.2 nor 9.86 does not remove the warning on my configuration.
Thank you for contributing! We’re marking this issue as stale as a gentle reminder to revisit it and give it the attention it needs to move forward.
Any activity, like adding an update or comment, will automatically remove the stale label so it stays on our radar.
Feel free to reach out on Discord if you need support or feedback from the community. This issue will close automatically soon if there’s no further activity. Thank you for understanding and for being part of the project!
We’re closing this issue to keep our project manageable and make room for other active work, but we truly appreciate your effort and contribution.
If you’d like to continue working on this, please feel free to re-open it or reach out on Discord — our community is always ready to support you. Thanks again for helping us stay organized and for understanding our approach!
three
version: 0.156.1@react-three/fiber
version: 8.14.3@react-three/drei
version: 9.85.0node
version: 18.16.1npm
(oryarn
) version: 9.8.1Problem description:
Using MeshRefractionMaterial with octahedronGeometry or dodecahedronGeometry produces the following warnings:
Relevant code:
Suggested solution:
This warning also in the demo sandbox: https://codesandbox.io/s/zqrreo?file=/src/App.js:1569-1576 I am using the same envMap texture as the sandbox loaded from polyhaven.org.