tree: c6a10cf21a5c42994ea4098d2d6e2d34dbcb056d
  1. app.js
  2. index.html
  3. README.md
  4. render_strips_generated.frag.glsl
  5. render_strips_generated_patched.frag.glsl
  6. render_strips_min_fail.frag.glsl
  7. render_strips_min_pass.frag.glsl
webgl_demo/README.md

WebGL Demo

This folder contains a minimal WebGL2 repro for the bug where a linked program reports _group_0_binding_2_fs as missing.

The four fragment variants are:

  • Minimal Pass
  • Minimal Fail
  • Render-Like Fail
  • Render-Like Fixed

The only preserved Vello detail is the sampler name. Everything else is reduced to the minimum needed for the working vs failing comparisons.

Run

Serve from inside this folder:

cd webgl_demo
python3 -m http.server

Then open:

http://localhost:8000/