Philip Degarmo

Results 85 issues of Philip Degarmo

Could consider implementing: * Send, Sync * Debug, Clone, Copy, PartialEq, Eq, Hash * Serialize/Deserialize (probably gated by feature flag) * Anything else?

@cwfitzgerald suggested preventing people from transcoding without first calling prepare by making prepare return a new type

It's possible to get a CompressorImageRef from CompressorParams, drop CompressorParams, and cause undefined behavior by using CompressorImageRef. Some API improvements would enable rust borrow checking to catch this at compile...

Short info header: - GFX version: gfx-backend-metal 0.5.6 - OS: macOS - GPU: 5700 XT Would it make sense to apply this change https://github.com/gfx-rs/wgpu/pull/462/files in wgpu to Instance::create_surface? I am...

type: feature
difficulty: easy
platform: OSX
backend: Metal
client: blocker

This is a continuation of feedback given in https://github.com/TomGillen/legion/pull/115 before it was merged. Some of this is new and some of it I'm just bringing over from the PR and...

While I was updating to the latest release and clearing clips lints, I noticed a couple minor changes that may be worth making. I can PR this later but I...

I ran across a panic: `thread 'main' panicked at 'Invalid parent body part handle.', src/libcore/option.rs:1188:5` that happens if a body is created/destroyed in the same frame. It looks like the...

I'm trying to use the basis universal library and optick profiler client code in the same binary. Unfortunately, they both are exporting the same public symbols. ``` (optick_miniz.o) : error...