Sludge

Results 31 issues of Sludge
trafficstars

It looks like the plugin currently always raycasts against the static mesh data, which is typically a T or V pose for rigged meshes. It would be useful if it...

enhancement
help wanted

**Describe the solution you'd like** `bevy_hanabi` currently uses standard non-premultiplied alpha blending to draw all particles. It would be nice if that blend function was configurable instead of being hard-coded....

C - enhancement
A - internal
A - components

![screenshot_2024-01-27_01:56:48](https://github.com/rust-lang/rust/assets/96552222/b659d0ab-1901-4fc8-8c5f-855767fe6008) In this rustdoc output, rustdoc seems to claim that `MatrixView` aliases a `struct MatrixView`. This is wrong, since no such `struct` exists. It seems like there was some sort...

T-rustdoc
C-discussion
A-rustdoc-ui

## Bug Report ### Version ``` │ │ │ │ │ │ │ │ ├── tracing v0.1.40 │ │ │ │ │ │ │ │ │ ├── tracing-attributes v0.1.27 (proc-macro)...

Network weights can be stored as `f16` floats, halving the size of the network, which is often very desirable. It would be nice if wonnx could support loading networks that...

The shaders created by wonnx apparently run into naga/wgpu bugs that cause a lot of validation errors on Vulkan: ``` [2023-04-18T00:42:44Z ERROR wgpu_hal::vulkan::instance] VALIDATION [UNASSIGNED-CoreValidation-Shader-InconsistentSpirv (0x6bbb14)] Validation Error: [ UNASSIGNED-CoreValidation-Shader-InconsistentSpirv...

![screenshot_2024-02-28_01:40:27](https://github.com/rust-lang/rust-analyzer/assets/96552222/f62a0c47-ddf9-4779-8ebd-1a90dcb1b123) When calling a function like `Mutex::new`, it would be helpful to know whether the call is valid in a `const` context. rust-analyzer could help with that if it included...

C-feature
A-ide

`DenseSlotMap` is already documented to store all values contiguously, so an `AsRef` and `AsMut` impl could be added to it to allow the user to actually access that contiguous storage....

The following capture was created from a simple application using `MESA_VK_TRACE=rgp`. Attempting to load it with the current Linux build of RGP (2.0.0.19) causes the profiler to crash with a...

**Description** ``` create_bind_group (8x): #7 lock_shared_slow () at src/raw_rwlock.rs:719 #8 0x00005c2732adfb7a in lock_shared () at /home/sludge/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/raw_rwlock.rs:109 #9 read () at /home/sludge/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/rwlock.rs:459 #10 read () at /home/sludge/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.20.0/src/lock/vanilla.rs:81 #11 read () at...

type: bug