Jonathan Wilson

Results 14 issues of Jonathan Wilson

Added traits that allow the user to quickly get the buffer contents for a value. This would be convenient for writing data to GPU buffers.

Changed the repeated behaviour of buffers into traits Buffer, WritableBuffer and ReadableBuffer. Added a BufferContent trait to get the content of a buffer with some data. This would be useful...

in `tracer.py`, shouldn't h2 be recalculated based on the photon's new position each iteration?

**Describe the bug** When I use the decay theme, the red and cyan colours in the emulated terminal are swapped **To Reproduce** Steps to reproduce the behavior: 1.clone nvchad 2....

Added CUSTOM0 and CUSTOM1 to the canvas_item shader reference

enhancement
needs work
area:manual
topic:shaders

## Bevy version 0.14.0-rc.4 The following is a simple program which uses a custom vertex attribute to colour a shape. ```rust use bevy::{ math::{vec3, vec4, VectorSpace}, prelude::*, render::{ mesh::{MeshVertexAttribute, PrimitiveTopology},...

C-Bug
A-Rendering
P-Crash

**rust-analyzer version**: 0.3.1756 **rustc version**: 1.74.1 In vscode. When I do cargo run with RA disabled, it acts normally, when I run cargo run with RA enabled, it recompiles a...

C-bug

- [x] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.** ## Describe the bug...

## What problem does this solve or what need does it fill? Reflecting structs containing a `Wrapping`. ## What solution would you like? Implementations of `Reflect` for `num::Wrapping` types. ##...

C-Feature
A-Reflection
X-Controversial
D-Straightforward