Nicolas Silva

Results 35 issues of Nicolas Silva

This constraint is problematic for configurations where the theoretical maximum number of bindings is very large. For example on this linux desktop I get the following limits: ``` Max Sampled...

proposal

Contains #517

code like this: ```rust bitflags::bitflags! { pub struct Bits: u64 { const FOO = 1

This is a meta issue to describe the long-ish term vision for wgpu-core's resource management and track the steps towards it. # Registries and IDs Internally, all wgpu-core resources are...

type: enhancement
kind: refactor

**Checklist** - [x] Run `cargo clippy`. - [ ] Add change to CHANGELOG.md. See simple instructions inside file. **Connections** Found a CTS run in firefox: https://treeherder.mozilla.org/logviewer?job_id=433879486&repo=try&lineNumber=1796 **Description** The array stride...

I have a work-in-progress [debug-overlay](https://github.com/nical/rust_debug/tree/master/font/overlay) for wgpu which I would like to use to investigate wgpu issues such as resource leaks. The overlay can display simple ascii text and graphs...

This will have to wait until the next major version of lyon_tesselation.

For correct strokes, it would be useful to have a way to convert a stroke into a filled outline.

feature

May or may not be a good idea, but crates like [pfmt](https://docs.rs/pfmt/0.1.0/pfmt/) and [handlebars](https://github.com/sunng87/handlebars-rust) have some nice formatting features (control over the output of floating point variables, etc) that could...

... for debugging purposes Fixes #5546 The PR is a first step, let's discuss the approach before I add more on top of it. This adds an `InternalCounter` type which...