-
### Website or app
https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-update-worker
### Repro steps
1. clone `https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-upda…
-
Chrome/FF are starting to roll out WebGL2 behind a flag. See some of the changes to GLSL [here](https://github.com/stackgl/glsl-tokenizer/issues/4).
We'll need to figure out a way to handle different…
-
Currently [`embed.js` decides to actually enable the UI](https://github.com/benvanik/WebGL-Inspector/blob/master/core/embed.js#L102) only if the value passed to `HTMLCanvasElement.getContext()` is on…
-
## What problem does this solve or what need does it fill?
Bevy currently [forces you to choose](https://github.com/bevyengine/bevy/tree/96b9d0a7e203bc55aff4f8b14ac8a51a6945fea5/examples#webgl2-and…
BD103 updated
2 weeks ago
-
https://www.khronos.org/registry/webgl/specs/latest/2.0/
At a minimum we should alert the user that we don't yet support webgl2 if webgl recording is enabled and we see a getContext({experimental-}…
-
There are two significant issues right now:
* the texture validation code relies on [TexFormat](https://github.com/servo/servo/blob/4b1bb895a30e798f3b0c293e4cf95630db692323/components/canvas_traits/w…
-
First of all thanks for excellent solution. I was checking the demo site as well my implementation in [Plug-N-Meet](https://github.com/mynaparrot/plugNmeet-client/tree/main/src/components/virtual-back…
-
**Description**
Enabling the "webgpu" backend can cause WebGL support to be lost.
**Repro steps**
1. Use Firefox 123.0 on macOS.
2. Set `dom.webgpu.enabled` to true.
3. Visit https://wgpu.rs/ex…
-
v1: https://webglfundamentals.org/
v2: https://webgl2fundamentals.org/webgl/lessons/
```
```
-
### observed behaviour
Calling `glow::Context::from_webgl2_context` multiple times seems to return a different context.
### expected behaviour
Calling `glow::Context::from_webgl2_context` multi…