Nicolas Silva

Results 34 issues of Nicolas Silva

Hi, Firefox's build and CI tooling parses the logs including verbose build script output to find and highlight errors. It helps a lot with quickly figuring out where build problems...

Back with some more validation fixes. **Checklist** - [x] Run `cargo clippy`. - [x] Add change to CHANGELOG.md. See simple instructions inside file. **Connections** https://bugzilla.mozilla.org/show_bug.cgi?id=1780057 **Description** The previous code was...

**Checklist** - [x] Run `cargo clippy`. - [ ] Add change to CHANGELOG.md. See simple instructions inside file. **Description** `map_async` communicates errors in two ways: - via the callback, it...

**Checklist** - [x] Run `cargo clippy`. - [ ] Run `RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown` if applicable. - [ ] Add change to CHANGELOG.md. See simple instructions inside file. **Connections**...

The spec currently enforces that "The binding of each entry in descriptor must be < 65536" I propose lowering this limit to 512. The reason for this is that wgpu...

proposal
editorial

Hi, I'm hoping to use euc in [lyon](https://github.com/nical/lyon)'s testing infrastructure. Lyon takes vector graphcs shapes in 2D and tessellates them into triangle meshes that approximates the original shapes. One thing...

Fixes #396 and #388. This PR adds strongly typed `Length` getters with a simple naming scheme: anything prefixed with `get_` returns a `Length`, while unprefixed methods returning a scalar and...

Following the corresponding changes happening in WebGPU. **Checklist** - [x] Run `cargo clippy`. - [x] Add change to CHANGELOG.md. See simple instructions inside file. - [x] `web-sys` updated **Connections** -...

Consider: ```rust // Not an entry point, but takes an argument with a location. fn foo(@location(1) bar: vec3) -> vec3 { return bar; } @vertex fn vs_main( @location(0) position: vec2,...

wgsl
editorial

**Connections** Fixes #5217 Fixes #4912 Required for fixing #5141 An important step towards #5120 **Description** Before this PR, trackers use the ID's index to manage per-resource information. This gets in...